Skip to content

Commit

Permalink
Documentation/git-reset:
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gitster committed Feb 16, 2008
1 parent 959ba67 commit 3983caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-reset.txt
Expand Up @@ -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::
Expand Down

0 comments on commit 3983caa

Please sign in to comment.