commit | 97e9a2216f33d1b6cff312f9535b6cf0d0ba4f16 | [log] [tgz] |
---|---|---|
author | Jing Xue <jingxue@digizenstudio.com> | Sun Nov 11 23:43:00 2007 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Nov 14 01:58:03 2007 -0800 |
tree | 41b3441b91ed78ba272fdcf89b529bc779bb53a9 | |
parent | c05ef93879696638406cad5be54be577a2666d04 [diff] |
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>