Skip to content

Commit

Permalink
git-update-index.txt: Document the --really-refresh option.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Štěpán Němec authored and Junio C Hamano committed Nov 10, 2009
1 parent bb471bf commit 466d1f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/git-update-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 466d1f1

Please sign in to comment.