summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9935bf)
raw | patch | inline | side by side (parent: f9935bf)
author | Steven Grimm <koreth@midwinter.com> | |
Tue, 7 Aug 2007 05:57:47 +0000 (22:57 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 7 Aug 2007 06:47:18 +0000 (23:47 -0700) |
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-status.txt | patch | blob | history |
index 6f16eb0328f754b5f5019ff5dac51604de7d535f..8fd0fc62368611bee25b4bbc3becef853937ff2c 100644 (file)
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
------