diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-03-06 12:05:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-06 12:05:09 -0800 |
commit | 80a3f53424b2e3d6d7b9463dbd3faa888ced947f (patch) | |
tree | d2d4e63776f66affdd7e5509098c1966209f42c9 /Documentation | |
parent | Git 1.7.9.3 (diff) | |
parent | Merge branch 'maint-1.7.7' into maint-1.7.8 (diff) | |
download | tgif-80a3f53424b2e3d6d7b9463dbd3faa888ced947f.tar.xz |
Merge branch 'maint-1.7.8' into maint
By Thomas Rast
* maint-1.7.8:
Document the --histogram diff option
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/diff-options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 9f7cba2be6..ba7cd13483 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -52,6 +52,9 @@ endif::git-format-patch[] --patience:: Generate a diff using the "patience diff" algorithm. +--histogram:: + Generate a diff using the "histogram diff" algorithm. + --stat[=<width>[,<name-width>[,<count>]]]:: Generate a diffstat. You can override the default output width for 80-column terminal by `--stat=<width>`. |