Re: [PATCH] commit & merge: modularize the empty message validator

2017-07-17 Thread Christian Brabandt
On Do, 13 Jul 2017, Junio C Hamano wrote: > I think many people know about and do use the "delete all lines" > (i.e. ":1,$d" in vi, or \M-< \C-SPC \M-> \C-w in Emacs) to abort out > of a commit or a merge. I just do not think it is likely for them > to leave Sign-off lines and remove everything

Re: [PATCH v3] l10n: de.po: update German translation

2017-05-03 Thread Christian Brabandt
On Mi, 03 Mai 2017, Ralf Thielow wrote: > Ref or Reference is translated as "Referenz" while > Rev or Revision is translated as "Commit" so I think > the translation is correct. Oh right. I also noticed that sometimes complete sentences were used and sometimes not. It would be nice to have a

Re: [PATCH v3] l10n: de.po: update German translation

2017-05-03 Thread Christian Brabandt
Hallo Ralf! Ralf Thielow schrieb am Dienstag, den 02. Mai 2017: > @@ -1260,6 +1260,8 @@ msgstr "Speicher verbraucht" > #: config.c:191 > msgid "relative config include conditionals must come from files" > msgstr "" > +"Bedingungen für das Einbinden von Konfigurationen aus relativen Pfaden >

Re: Mark trailing whitespace error in del lines of diff

2015-05-26 Thread Christian Brabandt
Hi Junio! On Di, 26 Mai 2015, Junio C Hamano wrote: No need to apologize, but appreciating would not hurt ;-) Right. Thanks. Best, Christian -- Trägt der Bauer rote Socken, will er seinen Bullen schocken. -- To unsubscribe from this list: send the line unsubscribe git in the body of a

Re: Mark trailing whitespace error in del lines of diff

2015-05-26 Thread Christian Brabandt
Hi Junio! On Di, 26 Mai 2015, Junio C Hamano wrote: Junio C Hamano gits...@pobox.com writes: I'll send out two patch series to do the painting part (I didn't want to touch --check, as its utility is even more dubious compared to painting, at least to me). And here is the second one.

Re: Mark trailing whitespace error in del lines of diff

2015-05-26 Thread Christian Brabandt
Hi Junio! On Mo, 25 Mai 2015, Junio C Hamano wrote: brian m. carlson sand...@crustytoothpaste.net writes: I like this idea. I don't. My use case is determining whether a patch to a pristine-tar repository introduced trailing whitespace (which is not okay) or just left it there

Re: Mark trailing whitespace error in del lines of diff

2015-05-26 Thread Christian Brabandt
Hi Junio! On Mo, 25 Mai 2015, Junio C Hamano wrote: Christian Brabandt cbli...@256bit.org, Christian Brabandt c...@256bit.org writes: As far as I can see, this does not break any tests and also the behaviour of git-diff --check does not change. Even if this change introduced a bug

Mark trailing whitespace error in del lines of diff

2015-05-25 Thread Christian Brabandt
trailing whitespace in those lines as well. Signed-off-by: Christian Brabandt c...@256bit.org --- Hi, please be gentle, this is the first time I contribute to the git development. Here is my use case: I have been working in a team repository, reformatting the source and wondered, why my reformatting