From: Junio C Hamano Date: Wed, 13 Jul 2016 18:24:17 +0000 (-0700) Subject: Merge branch 'nd/ita-cleanup' X-Git-Tag: v2.10.0-rc0~121 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/42bd66816bd117ed5e6d15f38dbe9e655ebc76a5 Merge branch 'nd/ita-cleanup' Git does not know what the contents in the index should be for a path added with "git add -N" yet, so "git grep --cached" should not show hits (or show lack of hits, with -L) in such a path, but that logic does not apply to "git grep", i.e. searching in the working tree files. But we did so by mistake, which has been corrected. * nd/ita-cleanup: grep: fix grepping for "intent to add" files t7810-grep.sh: fix a whitespace inconsistency t7810-grep.sh: fix duplicated test name --- 42bd66816bd117ed5e6d15f38dbe9e655ebc76a5