Skip to content

Commit

Permalink
Documentation/git-update-index: refer to 'ls-files'
Browse files Browse the repository at this point in the history
'ls-files' refers to 'update-index' to show how the 'assume unchanged'
bit can be seen. This makes the connection 'bi-directional'.

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stefan Naewe authored and Junio C Hamano committed Sep 21, 2011
1 parent e923eae commit acd6d7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/git-update-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ tree files, you have to explicitly tell git about it by dropping
"assume unchanged" bit, either before or after you modify them.

In order to set "assume unchanged" bit, use `--assume-unchanged`
option. To unset, use `--no-assume-unchanged`.
option. To unset, use `--no-assume-unchanged`. To see which files
have the "assume unchanged" bit set, use `git ls-files -v`
(see linkgit:git-ls-files[1]).

The command looks at `core.ignorestat` configuration variable. When
this is true, paths updated with `git update-index paths...` and
Expand Down Expand Up @@ -365,7 +367,8 @@ ctime for marking files processed) (see linkgit:git-config[1]).
SEE ALSO
--------
linkgit:git-config[1],
linkgit:git-add[1]
linkgit:git-add[1],
linkgit:git-ls-files[1]


Author
Expand Down

0 comments on commit acd6d7e

Please sign in to comment.