Code

diff --stat: enable limiting of the graph part
[git.git] / Documentation / diff-options.txt
index 6b9408fdd9ec328ead1934ccf4d1c6b977f123db..d34efd521835a2004ab193063a37ed2a92b4827a 100644 (file)
@@ -59,6 +59,8 @@ endif::git-format-patch[]
        or 80 columns if not connected to a terminal, and can be
        overriden by `<width>`. The width of the filename part can be
        limited by giving another width `<name-width>` after a comma.
+       The width of the graph part can be limited by using
+       `--stat-graph-width=<width>`.
        By giving a third parameter `<count>`, you can limit the
        output to the first `<count>` lines, followed by `...` if
        there are more.