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)
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>
No differences found