projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
110c511
)
Document the --histogram diff option
author
Thomas Rast
<trast@student.ethz.ch>
Tue, 6 Mar 2012 13:15:02 +0000
(14:15 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 6 Mar 2012 19:53:29 +0000
(11:53 -0800)
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/diff-options.txt
b/Documentation/diff-options.txt
index 66624a17698ac91cfcd6d45d1af6024c4bf066d9..de2206bd5ccf936e97cfde5def4388cb3439300c 100644
(file)
--- 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>`.