]> git.ipfire.org Git - thirdparty/git.git/commit
diff-format.adoc: mode and hash are 0* for unmerged paths from index only
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Fri, 15 May 2026 15:48:11 +0000 (15:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 May 2026 13:21:37 +0000 (22:21 +0900)
commit6d09e798bcfba92ef071abb27ad807985681122c
tree8e66681abbc9d9a3fc13caa9ba792d6b68c77f50
parent4cd5d8a3c84a7d6f66f9bed67c1b974043b8a639
diff-format.adoc: mode and hash are 0* for unmerged paths from index only

In the "Raw output format" section, we mention that the 'mode' and
'sha1' for "src" and "dst" are 0* if "(creation|deletion) or unmerged".
For unmerged entries, 'mode' and 'sha1' are in fact 0* only when we are
looking at the index, i.e. on the left side for 'git diff-files' and on
the right side for 'git diff-index --cached'. Be more precise by
mentioning this, and while at it uniformize the wording of the "work
tree out of sync with the index" case.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-format.adoc