summaryrefslogtreecommitdiffstats
path: root/git-submodule.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-26 01:35:22 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-26 01:35:22 +0000
commitc276ec7ab95dc6ec845997be86a586c05b26bc2e (patch)
treef949aabb3ae5f186f2bc75992c0ef8ad0377e1ef /git-submodule.html
parentbed00e716afd5ca14f313c92c54ae41bf20167dd (diff)
downloadgit-htmldocs-c276ec7ab95dc6ec845997be86a586c05b26bc2e.tar.gz
Autogenerated HTML docs for v1.6.4.1-196-g31f0b
Diffstat (limited to 'git-submodule.html')
-rw-r--r--git-submodule.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/git-submodule.html b/git-submodule.html
index f8eedf090..029cebd38 100644
--- a/git-submodule.html
+++ b/git-submodule.html
@@ -327,7 +327,7 @@ git-submodule(1) Manual Page
<em>git submodule</em> [--quiet] init [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] update [--init] [-N|--no-fetch] [--rebase]
[--reference &lt;repository&gt;] [--merge] [--] [&lt;path&gt;&#8230;]
-<em>git submodule</em> [--quiet] summary [--cached] [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]
+<em>git submodule</em> [--quiet] summary [--cached|--files] [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]
<em>git submodule</em> [--quiet] foreach &lt;command&gt;
<em>git submodule</em> [--quiet] sync [--] [&lt;path&gt;&#8230;]</div></div>
</div>
@@ -454,7 +454,11 @@ summary
Show commit summary between the given commit (defaults to HEAD) and
working tree/index. For a submodule in question, a series of commits
in the submodule between the given super project commit and the
- index or working tree (switched by --cached) are shown.
+ index or working tree (switched by --cached) are shown. If the option
+ --files is given, show the series of commits in the submodule between
+ the index of the super project and the working tree of the submodule
+ (this option doesn't allow to use the --cached option or to provide an
+ explicit commit).
</p>
</dd>
<dt>
@@ -528,6 +532,16 @@ sync
</p>
</dd>
<dt>
+--files
+</dt>
+<dd>
+<p>
+ This option is only valid for the summary command. This command
+ compares the commit in the index with that in the submodule HEAD
+ when this option is used.
+</p>
+</dd>
+<dt>
-n
</dt>
<dt>
@@ -625,7 +639,7 @@ for details.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-08-05 21:21:15 UTC
+Last updated 2009-08-26 01:35:05 UTC
</div>
</div>
</body>