Code

diff --stat: use a maximum of 5/8 for the filename part
[git.git] / Documentation / diff-options.txt
index 66624a17698ac91cfcd6d45d1af6024c4bf066d9..6b9408fdd9ec328ead1934ccf4d1c6b977f123db 100644 (file)
@@ -53,13 +53,15 @@ endif::git-format-patch[]
        Generate a diff using the "patience diff" algorithm.
 
 --stat[=<width>[,<name-width>[,<count>]]]::
-       Generate a diffstat.  You can override the default
-       output width for 80-column terminal by `--stat=<width>`.
-       The width of the filename part can be controlled by
-       giving another width to it separated by a comma.
+       Generate a diffstat. By default, as much space as necessary
+       will be used for the filename part, and the rest for
+       the graph part. Maximum width defaults to terminal width,
+       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.
        By giving a third parameter `<count>`, you can limit the
-       output to the first `<count>` lines, followed by
-       `...` if there are more.
+       output to the first `<count>` lines, followed by `...` if
+       there are more.
 +
 These parameters can also be set individually with `--stat-width=<width>`,
 `--stat-name-width=<name-width>` and `--stat-count=<count>`.
@@ -408,6 +410,10 @@ endif::git-format-patch[]
        Show the context between diff hunks, up to the specified number
        of lines, thereby fusing hunks that are close to each other.
 
+-W::
+--function-context::
+       Show whole surrounding functions of changes.
+
 ifndef::git-format-patch[]
 ifndef::git-log[]
 --exit-code::