Re: Inconsistent exit code for `git grep --files-without-match` with `--quiet`

2017-08-17 Thread Paul Eggert
Anthony reported this issue to bug-g...@gnu.org. From what I can see, git-grep's behavior is better, so I changed GNU grep to behave like git-grep. Please see: https://debbugs.gnu.org/28105 I hope this saves you folks a little bit of work.

Re: git format-patch doesn't add Content-type for UTF-8 diffs

2014-06-30 Thread Paul Eggert
Jeff King wrote: How do you send the mails after they come out of format-patch? I run a shell command like this (on Solaris 10): /usr/lib/sendmail -ONoRecipientAction=add-to t...@iana.org < 0001-whatever.patch (The "NoRecipientAction" option pacifies the IANA MTA.) This is an old machine n

git format-patch doesn't add Content-type for UTF-8 diffs

2014-06-30 Thread Paul Eggert
-8 1 file changed, 1 insertion(+), 1 deletion(-) $ git format-patch -1 0001-added-UTF-8.patch $ cat 0001-added-UTF-8.patch From 57f066927a1d8e253715b7980460d81cb549b162 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Jun 2014 01:49:28 -0700 Subject: [PATCH] added UTF-8 --- x | 2 +- 1 f

Re: GNU patch close to next stable release (2)

2012-08-02 Thread Paul Eggert
On 08/02/2012 01:02 PM, Andreas Grünbacher wrote: > Paul and Jim, any thoughts about adding filename quoting to GNU diff anytime > soon, or about the format? The git format looks OK. I don't have time right now to add it to GNU diff, tho. -- To unsubscribe from this list: send the line "unsubscr