diff options
author | Thomas Rast <trast@student.ethz.ch> | 2012-03-06 14:15:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-06 11:53:29 -0800 |
commit | d909e0761c234b28aac77566368c1ee5451a856a (patch) | |
tree | 3387efaf72b37d0c8d6c3bd1d27f917e2da6df20 /Documentation/diff-options.txt | |
parent | 110c511dbeff65f7ae92216cf1d976a9093d911f (diff) | |
download | git-d909e0761c234b28aac77566368c1ee5451a856a.tar.gz |
Document the --histogram diff option
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-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 66624a1769..de2206bd5c 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>`. |