Code

Document the --histogram diff option
authorThomas Rast <trast@student.ethz.ch>
Tue, 6 Mar 2012 13:15:02 +0000 (14:15 +0100)
committerJunio 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

index 66624a17698ac91cfcd6d45d1af6024c4bf066d9..de2206bd5ccf936e97cfde5def4388cb3439300c 100644 (file)
@@ -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>`.