git rm: refresh index before up-to-date check
commitcced48a808620d60e95a1e51254b135a46ddf719
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 7 Oct 2008 16:08:21 +0000 (7 18:08 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 8 Oct 2008 14:04:44 +0000 (8 07:04 -0700)
treea377d8f23f86b27a00f88fc78e2b36e2411e93d0
parentdaf6c2edc21ae1f018ef3829294024fc10756c8c
git rm: refresh index before up-to-date check

Since "git rm" is supposed to be porcelain, we should convince it to
be user friendly by refreshing the index itself.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-rm.c
t/t3600-rm.sh