]> git.ipfire.org Git - thirdparty/git.git/commit
diff-format.adoc: remove mention of diff-tree specific output
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Fri, 15 May 2026 15:48:09 +0000 (15:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 May 2026 13:21:37 +0000 (22:21 +0900)
commit15abb27e3a12f8cf423eeca679634168ae40c526
treeb4326c3d4eec8940f1aa6ca17d132921dc727c18
parent67ad42147a7acc2af6074753ebd03d904476118f
diff-format.adoc: remove mention of diff-tree specific output

In the "Raw output format" section, we start by mentioning that 'git
diff-tree' prints the hashes of what is being compared. This is only
true in --stdin mode, and is already mentioned in the description of
'--stdin' in git-diff-tree.adoc. Remove this sentence such that we only
focus on the common output between diff-tree, diff-index, diff-files and

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