Skip to content

Commit eb4e672

Browse files
committed
Merge branch 'sn/doc-update-index-assume-unchanged' into maint-1.7.3
* sn/doc-update-index-assume-unchanged: Documentation/git-update-index: refer to 'ls-files'
2 parents c14daa4 + acd6d7e commit eb4e672

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/git-update-index.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ tree files, you have to explicitly tell git about it by dropping
264264
"assume unchanged" bit, either before or after you modify them.
265265

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

269271
The command looks at `core.ignorestat` configuration variable. When
270272
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]).
363365
SEE ALSO
364366
--------
365367
linkgit:git-config[1],
366-
linkgit:git-add[1]
368+
linkgit:git-add[1],
369+
linkgit:git-ls-files[1]
367370

368371

369372
Author

0 commit comments

Comments
 (0)