Merge branch 'sn/doc-update-index-assume-unchanged' into maint-1.7.3
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2011 23:08:00 +0000 (16:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2011 23:08:00 +0000 (16:08 -0700)
* sn/doc-update-index-assume-unchanged:
Documentation/git-update-index: refer to 'ls-files'

Documentation/git-update-index.txt
index 1ca56c85aa66b96dc1774b77ba1e117d93847033..c30f8cd44b55f4f2ff5edadb070247d19b2400ad 100644 (file)
@@ -264,7 +264,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
@@ -363,7 +365,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