X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-status.txt;h=8fd0fc62368611bee25b4bbc3becef853937ff2c;hb=8b014d7157d29ce76b0f631e19c6e2ce9aeb2366;hp=e9e193f00866f97b341eebc80ef85e6de9ca3727;hpb=bb95e19c5f1e470d2efe1c0e4e04c291019e4b25;p=git.git diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index e9e193f00..8fd0fc623 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -27,6 +27,13 @@ The command takes the same set of options as `git-commit`; it shows what would be committed if the same options are given to `git-commit`. +If any paths have been touched in the working tree (that is, +their modification times have changed) but their contents and +permissions are identical to those in the index file, the command +updates the index file. Running `git-status` can thus speed up +subsequent operations such as `git-diff` if the working tree +contains many paths that have been touched but not modified. + OUTPUT ------ @@ -42,6 +49,9 @@ mean the same thing and the latter is kept for backward compatibility) and `color.status.` configuration variables to colorize its output. +See Also +-------- +gitlink:gitignore[5] Author ------ @@ -55,4 +65,3 @@ Documentation by David Greaves, Junio C Hamano and the git-list