diff options
author | David Kågedal <davidk@lysator.liu.se> | 2009-07-28 10:32:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-28 13:32:59 -0700 |
commit | f552e51ef9d376c17fa707b7af9582108f4ec81c (patch) | |
tree | e0c0c616821f3b9cf7c3fa2d288b3ca654943f95 /Documentation/git-diff-tree.txt | |
parent | 02944cc4929c6a7438dbde9216f9ebb193f1ae81 (diff) | |
download | git-f552e51ef9d376c17fa707b7af9582108f4ec81c.tar.gz |
Update the documentation of the raw diff output format
This includes mentioning the initial hash output of diff-tree, and
changes the header to "raw output format" which is more descriptive.
Signed-off-by: David Kågedal <davidk@lysator.liu.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r-- | Documentation/git-diff-tree.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 23b7abd3c6..f2cef1260b 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -159,8 +159,7 @@ HEAD commits it finds, which is even more interesting. in case you care). -Output format -------------- + include::diff-format.txt[] |