Merge branch 'nd/diff-i-t-a'
commitd0c692263f453f267ddd82b90b1a2fcff9d45f5f
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:49 +0000 (19 13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:49 +0000 (19 13:17 -0700)
treefbf5d1a1a60267b2e8904f180b97e65874fd506a
parent1ea28e149403ba92f95205f324cc3119fb92df07
parentd95d728aba06a34394d15466045cbdabdada58a2
Merge branch 'nd/diff-i-t-a'

After "git add -N", the path appeared in output of "git diff HEAD"
and "git diff --cached HEAD", leading "git status" to classify it
as "Changes to be committed".  Such a path, however, is not yet to
be scheduled to be committed.  "git diff" showed the change to the
path as modification, not as a "new file", in the header of its
output.

Treat such paths as "yet to be added to the index but Git already
know about them"; "git diff HEAD" and "git diff --cached HEAD"
should not talk about them, and "git diff" should show them as new
files yet to be added to the index.

* nd/diff-i-t-a:
  diff-lib.c: adjust position of i-t-a entries in diff
diff-lib.c