Documentation/git-reset:

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>
This commit is contained in:
Junio C Hamano 2008-02-16 10:38:12 -08:00
parent 959ba670ad
commit 3983caa531

View File

@ -37,7 +37,7 @@ OPTIONS
--soft:: --soft::
Does not touch the index file nor the working tree at all, but 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 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. put it.
--hard:: --hard::