From: Junio C Hamano Date: Tue, 19 May 2015 20:17:49 +0000 (-0700) Subject: Merge branch 'nd/diff-i-t-a' X-Git-Tag: v2.5.0-rc0~116 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d0c692263f453f267ddd82b90b1a2fcff9d45f5f 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 --- d0c692263f453f267ddd82b90b1a2fcff9d45f5f