'ls-files' refers to 'update-index' to show how the 'assume unchanged' can be seen. This makes the connection 'bi-directional'. Signed-off-by: Stefan Naewe <stefan.naewe@xxxxxxxxx> --- Documentation/git-update-index.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt index d393129..169941a 100644 --- a/Documentation/git-update-index.txt +++ b/Documentation/git-update-index.txt @@ -276,6 +276,8 @@ unchanged". Note that "assume unchanged" bit is *not* set if the index (use `git update-index --really-refresh` if you want to mark them as "assume unchanged"). +To see which files have the "assume unchanged" bit set, use +`git ls-files -v` (see linkgit:git-update-index[1]). Examples -------- @@ -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-update-index[1] GIT --- -- 1.7.7.rc2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html