summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-11-10 22:02:20 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-11-10 22:02:20 +0000
commit446ed777193d588b52d2b3762d359647ba2c301e (patch)
treee8f4e1d66cd3c63324fc755b154aba41a92884cf /git-update-index.html
parenta1f86336a1ae7a49b2a8384cc7d14eaa7a186cd3 (diff)
downloadgit-htmldocs-446ed777193d588b52d2b3762d359647ba2c301e.tar.gz
Autogenerated HTML docs for v1.6.5.2-179-g8ac7a
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 3d552dce3..7e10dc4e7 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -467,6 +467,15 @@ thus, in case the assumed-untracked file is changed upstream,
you will need to handle the situation manually.</p></div>
</dd>
<dt>
+--really-refresh
+</dt>
+<dd>
+<p>
+ Like <em>--refresh</em>, but checks stat information unconditionally,
+ without regard to the "assume unchanged" setting.
+</p>
+</dd>
+<dt>
-g
</dt>
<dt>
@@ -762,7 +771,7 @@ now it checks with lstat(2) and finds it has been changed.
<h2 id="_configuration">Configuration</h2>
<div class="sectionbody">
<div class="para"><p>The command honors <tt>core.filemode</tt> configuration variable. If
-your repository is on an filesystem whose executable bits are
+your repository is on a filesystem whose executable bits are
unreliable, this should be set to <em>false</em> (see <a href="git-config.html">git-config(1)</a>).
This causes the command to ignore differences in file modes recorded
in the index and the file mode on the filesystem if they differ only on
@@ -798,7 +807,7 @@ ctime for marking files processed) (see <a href="git-config.html">git-config(1)<
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-07-01 02:31:05 UTC
+Last updated 2009-11-10 22:01:55 UTC
</div>
</div>
</body>