From: Junio C Hamano Date: Mon, 10 Sep 2012 22:31:06 +0000 (-0700) Subject: Merge branch 'maint-1.7.11' into maint X-Git-Tag: v1.7.12.1~28 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e3f26752b5e9d38e88a09671d124b61fb0cd5dbf Merge branch 'maint-1.7.11' into maint * maint-1.7.11: Almost 1.7.11.6 gitweb: URL-decode $my_url/$my_uri when stripping PATH_INFO rebase -i: use full onto sha1 in reflog sh-setup: protect from exported IFS receive-pack: do not leak output from auto-gc to standard output t/t5400: demonstrate breakage caused by informational message from prune setup: clarify error messages for file/revisions ambiguity send-email: improve RFC2047 quote parsing fsck: detect null sha1 in tree entries do not write null sha1s to on-disk index diff: do not use null sha1 as a sentinel value --- e3f26752b5e9d38e88a09671d124b61fb0cd5dbf diff --cc setup.c index 9139beefc7,7663a4cbb2..3a1b2fd455 --- a/setup.c +++ b/setup.c @@@ -77,9 -77,12 +77,9 @@@ static void NORETURN die_verify_filenam const char *arg, int diagnose_misspelt_rev) { - unsigned char sha1[20]; - unsigned mode; - if (!diagnose_misspelt_rev) die("%s: no such path in the working tree.\n" - "Use '-- ...' to specify paths that do not exist locally.", + "Use 'git -- ...' to specify paths that do not exist locally.", arg); /* * Saying "'(icase)foo' does not exist in the index" when the