X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-update-index.txt;h=6052484ab9e28d5565067885b1c4ed5667e8e90f;hb=038188637e105e2e0d35bf844797dcadd693eb3e;hp=25e0bbea86caf1234da1746d4a2082cfb80129bd;hpb=7d4e3a72fb2d544b4a7cfd75f8626532d78fd726;p=git.git diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index 25e0bbea8..6052484ab 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/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