diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-16 10:38:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-16 10:51:46 -0800 |
commit | 3983caa531d31b2b95647ae60ac23a0e12385718 (patch) | |
tree | 5adfa382437cbfca0b2618371df7b0b884d59648 /Documentation/git-reset.txt | |
parent | 959ba670ad7173bcb73afaca69625a5635f63b8b (diff) | |
download | git-3983caa531d31b2b95647ae60ac23a0e12385718.tar.gz |
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>
Diffstat (limited to 'Documentation/git-reset.txt')
-rw-r--r-- | Documentation/git-reset.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-reset.txt b/Documentation/git-reset.txt index a4e0a779de..b6bcf4d9de 100644 --- a/Documentation/git-reset.txt +++ b/Documentation/git-reset.txt @@ -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:: |