]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-reset:
authorJunio C Hamano <gitster@pobox.com>
Sat, 16 Feb 2008 18:38:12 +0000 (10:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Feb 2008 18:51:46 +0000 (10:51 -0800)
Since 3368d11 (Remove unnecessary git-rm --cached reference from
status output), the status output marks the "Added but not yet
committed" section as "Changes to be committed".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt

index a4e0a779de6a8e2de7ec9012bc66f15ca351e2aa..b6bcf4d9de65140f94bed45b30d00d49aa4b3ba5 100644 (file)
@@ -37,7 +37,7 @@ OPTIONS
 --soft::
        Does not touch the index file nor the working tree at all, but
        requires them to be in a good order. This leaves all your changed
-       files "Added but not yet committed", as linkgit:git-status[1] would
+       files "Changes to be committed", as linkgit:git-status[1] would
        put it.
 
 --hard::