summaryrefslogtreecommitdiffstats
path: root/git-status.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-01 00:08:51 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-01 00:08:51 +0000
commit7d44952cc831fe14797546fa07afc857b0844d25 (patch)
tree30d2c8dfe0d9897379c3a3f472b4f21ab4822c81 /git-status.html
parent30e8106caeb8158599478faa5ec02eb955db38fa (diff)
downloadgit-htmldocs-7d44952cc831fe14797546fa07afc857b0844d25.tar.gz
Autogenerated HTML docs for v1.7.2-rc1
Diffstat (limited to 'git-status.html')
-rw-r--r--git-status.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/git-status.html b/git-status.html
index a739bcff5..bbb20e045 100644
--- a/git-status.html
+++ b/git-status.html
@@ -401,6 +401,22 @@ used to change the default for when the option is not
specified.</p></div>
</dd>
<dt>
+--ignore-submodules[=&lt;when&gt;]
+</dt>
+<dd>
+<p>
+ Ignore changes to submodules when looking for changes. &lt;when&gt; can be
+ either "untracked", "dirty" or "all", which is the default. When
+ "untracked" is used submodules are not considered dirty when they only
+ contain untracked content (but they are still scanned for modified
+ content). Using "dirty" ignores all changes to the work tree of submodules,
+ only changes to the commits stored in the superproject are shown (this was
+ the behavior before 1.7.0). Using "all" hides all changes to submodules
+ (and suppresses the output of submodule summaries when the config option
+ <tt>status.submodulesummary</tt> is set).
+</p>
+</dd>
+<dt>
-z
</dt>
<dd>
@@ -547,7 +563,7 @@ shown (see --summary-limit option of <a href="git-submodule.html">git-submodule(
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-06-19 00:32:57 UTC
+Last updated 2010-07-01 00:08:22 UTC
</div>
</div>
</body>