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.txt | |
parent | git-rerere.txt: Clarify ambiguity of the config variable (diff) | |
download | tgif-f552e51ef9d376c17fa707b7af9582108f4ec81c.tar.xz |
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.txt')
-rw-r--r-- | Documentation/git-diff.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-diff.txt b/Documentation/git-diff.txt index a2f192fb75..0ac711230e 100644 --- a/Documentation/git-diff.txt +++ b/Documentation/git-diff.txt @@ -84,8 +84,7 @@ include::diff-options.txt[] the diff to the named paths (you can give directory names and get diff for all files under them). -Output format -------------- + include::diff-format.txt[] EXAMPLES |