]> git.ipfire.org Git - thirdparty/git.git/commit
Remove unnecessary git-rm --cached reference from status output
authorJürgen Rühle <j-r@online.de>
Sun, 7 Jan 2007 19:18:26 +0000 (20:18 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 8 Jan 2007 02:04:57 +0000 (18:04 -0800)
commit3368d11f308eb4ba2ad5703aa059bb0e5a82212f
tree47cbe9ac73cbf8df422fef0e52eeb94e833688f0
parent515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c
Remove unnecessary git-rm --cached reference from status output

Since git-reset has learned restoring the absence of paths git-rm --cached is
no longer necessary. Therefore remove it from the cached content header hint.

Also remove the unfortunate wording 'Cached' from the header itself.

Signed-off-by: Jürgen Rühle <j-r@online.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
wt-status.c