commit | 3368d11f308eb4ba2ad5703aa059bb0e5a82212f | [log] [tgz] |
---|---|---|
author | Jürgen Rühle <j-r@online.de> | Sun Jan 07 20:18:26 2007 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jan 07 18:04:57 2007 -0800 |
tree | 47cbe9ac73cbf8df422fef0e52eeb94e833688f0 | |
parent | 515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c [diff] |
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>