Merge branch 'bg/format-patch-doc-update'
[gitweb.git] / Documentation / diff-options.txt
index 8f793825626bedb05b12e58e0f380eec42916213..2b37193a37da9715b0ae4b8aa47c85064694ef8e 100644 (file)
@@ -97,6 +97,13 @@ ifndef::git-format-patch[]
        Show only names and status of changed files. See the description
        of the `--diff-filter` option on what the status letters mean.
 
+--submodule[=<format>]::
+       Chose the output format for submodule differences. <format> can be one of
+       'short' and 'log'. 'short' just shows pairs of commit names, this format
+       is used when this option is not given. 'log' is the default value for this
+       option and lists the commits in that commit range like the 'summary'
+       option of linkgit:git-submodule[1] does.
+
 --color::
        Show colored diff.