summaryrefslogtreecommitdiffstats
path: root/git-diff-index.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-diff-index.html
parent30e8106caeb8158599478faa5ec02eb955db38fa (diff)
downloadgit-htmldocs-7d44952cc831fe14797546fa07afc857b0844d25.tar.gz
Autogenerated HTML docs for v1.7.2-rc1
Diffstat (limited to 'git-diff-index.html')
-rw-r--r--git-diff-index.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/git-diff-index.html b/git-diff-index.html
index f2084e778..d934f9b77 100644
--- a/git-diff-index.html
+++ b/git-diff-index.html
@@ -872,11 +872,17 @@ override configuration settings.</p></div>
</p>
</dd>
<dt>
---ignore-submodules
+--ignore-submodules[=&lt;when&gt;]
</dt>
<dd>
<p>
- Ignore changes to submodules in the diff generation.
+ Ignore changes to submodules in the diff generation. &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 until 1.7.0). Using "all" hides all changes to submodules.
</p>
</dd>
<dt>
@@ -1576,7 +1582,7 @@ always have the special all-zero sha1.</td>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-06-13 19:56:33 UTC
+Last updated 2010-07-01 00:08:18 UTC
</div>
</div>
</body>