From: Thomas Rast Date: Tue, 6 Mar 2012 13:15:02 +0000 (+0100) Subject: Document the --histogram diff option X-Git-Tag: v1.7.10-rc0~10^2~1^2^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d909e0761c234b28aac77566368c1ee5451a856a;p=git.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 66624a176..de2206bd5 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=`.