Skip to content

Commit 466d1f1

Browse files
stepnemgitster
authored andcommitted
git-update-index.txt: Document the --really-refresh option.
Add the description next to --assume-unchanged because this option is only useful in a special case of using that option. Signed-off-by: Štěpán Němec <stepnem@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent bb471bf commit 466d1f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/git-update-index.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ in the index e.g. when merging in a commit;
9999
thus, in case the assumed-untracked file is changed upstream,
100100
you will need to handle the situation manually.
101101

102+
--really-refresh::
103+
Like '--refresh', but checks stat information unconditionally,
104+
without regard to the "assume unchanged" setting.
105+
102106
-g::
103107
--again::
104108
Runs 'git-update-index' itself on the paths whose index
@@ -308,7 +312,7 @@ Configuration
308312
-------------
309313

310314
The command honors `core.filemode` configuration variable. If
311-
your repository is on an filesystem whose executable bits are
315+
your repository is on a filesystem whose executable bits are
312316
unreliable, this should be set to 'false' (see linkgit:git-config[1]).
313317
This causes the command to ignore differences in file modes recorded
314318
in the index and the file mode on the filesystem if they differ only on

0 commit comments

Comments
 (0)