summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-05 13:59:51 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-05 13:59:51 -0700
commit8fb66e5074d5cdeeb08e304be977374501a0787d (patch)
treea10c25e0490f7bf43f512b7306ae0d5d50fbba01 /git-update-index.html
parentc94277e1611270b68bbf2d52c9679abe231cc459 (diff)
downloadgit-htmldocs-8fb66e5074d5cdeeb08e304be977374501a0787d.tar.gz
Autogenerated HTML docs for v1.7.7-138-g7f41b6
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 456b7031c..64b164099 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -956,7 +956,9 @@ assume it has <strong>not</strong> changed. When you make changes to working
tree files, you have to explicitly tell git about it by dropping
"assume unchanged" bit, either before or after you modify them.</p></div>
<div class="paragraph"><p>In order to set "assume unchanged" bit, use <tt>--assume-unchanged</tt>
-option. To unset, use <tt>--no-assume-unchanged</tt>.</p></div>
+option. To unset, use <tt>--no-assume-unchanged</tt>. To see which files
+have the "assume unchanged" bit set, use <tt>git ls-files -v</tt>
+(see <a href="git-ls-files.html">git-ls-files(1)</a>).</p></div>
<div class="paragraph"><p>The command looks at <tt>core.ignorestat</tt> configuration variable. When
this is true, paths updated with <tt>git update-index paths&#8230;</tt> and
paths updated with other git commands that update both index and
@@ -1085,7 +1087,8 @@ ctime for marking files processed) (see <a href="git-config.html">git-config(1)<
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-config.html">git-config(1)</a>,
-<a href="git-add.html">git-add(1)</a></p></div>
+<a href="git-add.html">git-add(1)</a>,
+<a href="git-ls-files.html">git-ls-files(1)</a></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
@@ -1095,7 +1098,7 @@ ctime for marking files processed) (see <a href="git-config.html">git-config(1)<
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-09-21 23:01:14 PDT
+Last updated 2011-10-05 13:59:16 PDT
</div>
</div>
</body>