replace reference to git-rm with git-reset in git-commit doc
commit97e9a2216f33d1b6cff312f9535b6cf0d0ba4f16
authorJing Xue <jingxue@digizenstudio.com>
Mon, 12 Nov 2007 04:43:00 +0000 (11 23:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Nov 2007 09:58:03 +0000 (14 01:58 -0800)
tree41b3441b91ed78ba272fdcf89b529bc779bb53a9
parentc05ef93879696638406cad5be54be577a2666d04
replace reference to git-rm with git-reset in git-commit doc

The message in git-commit suggesting to use 'git rm --cached'
to unstage is just plain wrong. It really should mention 'git reset'.

Suggested by Jan Hudec.

Signed-off-by: Jing Xue <jingxue@digizenstudio.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
Documentation/git-commit.txt