summaryrefslogtreecommitdiffstats
path: root/git-diff-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-15 22:43:05 -0700
committerJunio C Hamano <gitster@pobox.com>2012-03-15 22:43:05 -0700
commite768cc13cb7472ba915c92243f3bd5fdbb9fe66f (patch)
tree9b764deeda0b442df60f6c98cae494b10e81a38e /git-diff-tree.html
parentc55452a28d5ee7a741dd1263ec598172e8e772f7 (diff)
downloadgit-htmldocs-e768cc13cb7472ba915c92243f3bd5fdbb9fe66f.tar.gz
Autogenerated HTML docs for v1.7.10-rc1-8-ga99c5
Diffstat (limited to 'git-diff-tree.html')
-rw-r--r--git-diff-tree.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 59c849d19..1664b85e8 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -842,11 +842,12 @@ any of those replacements occurred.</p></div>
</dt>
<dd>
<p>
- Chose the output format for submodule differences. &lt;format&gt; can be one of
- <em>short</em> and <em>log</em>. <em>short</em> just shows pairs of commit names, this format
- is used when this option is not given. <em>log</em> is the default value for this
- option and lists the commits in that commit range like the <em>summary</em>
- option of <a href="git-submodule.html">git-submodule(1)</a> does.
+ Specify how differences in submodules are shown. When <tt>--submodule</tt>
+ or <tt>--submodule=log</tt> is given, the <em>log</em> format is used. This format lists
+ the commits in the range like <a href="git-submodule.html">git-submodule(1)</a> <tt>summary</tt> does.
+ Omitting the <tt>--submodule</tt> option or specifying <tt>--submodule=short</tt>,
+ uses the <em>short</em> format. This format just shows the names of the commits
+ at the beginning and end of the range.
</p>
</dd>
<dt class="hdlist1">