From: Thomas Rast Date: Tue, 6 Mar 2012 13:15:02 +0000 (+0100) Subject: Document the --histogram diff option X-Git-Tag: v1.7.7.7~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d909e0761c234b28aac77566368c1ee5451a856a;p=git Document the --histogram diff option Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- 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[=[,[,]]]:: Generate a diffstat. You can override the default output width for 80-column terminal by `--stat=`.