summaryrefslogtreecommitdiffstats
path: root/git-update-index.txt
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.txt
parenta1f86336a1ae7a49b2a8384cc7d14eaa7a186cd3 (diff)
downloadgit-htmldocs-446ed777193d588b52d2b3762d359647ba2c301e.tar.gz
Autogenerated HTML docs for v1.6.5.2-179-g8ac7a
Diffstat (limited to 'git-update-index.txt')
-rw-r--r--git-update-index.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-update-index.txt b/git-update-index.txt
index 25e0bbea8..6052484ab 100644
--- a/git-update-index.txt
+++ b/git-update-index.txt
@@ -99,6 +99,10 @@ in the index e.g. when merging in a commit;
thus, in case the assumed-untracked file is changed upstream,
you will need to handle the situation manually.
+--really-refresh::
+ Like '--refresh', but checks stat information unconditionally,
+ without regard to the "assume unchanged" setting.
+
-g::
--again::
Runs 'git-update-index' itself on the paths whose index
@@ -308,7 +312,7 @@ Configuration
-------------
The command honors `core.filemode` 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 'false' (see linkgit:git-config[1]).
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