X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-rm.c;h=3b0677e44b290f0a44fd81bd2e31ddc96bc1946d;hb=9d3014566302ad0d3d378b0a1653959b3118066d;hp=9a808c1bf96ec52d836b0a69816f6118f0291a45;hpb=04d70bebe72c264a1c4d26cbe306672e3e4098e3;p=git.git diff --git a/builtin-rm.c b/builtin-rm.c index 9a808c1bf..3b0677e44 100644 --- a/builtin-rm.c +++ b/builtin-rm.c @@ -227,7 +227,6 @@ int cmd_rm(int argc, const char **argv, const char *prefix) if (remove_file_from_cache(path)) die("git-rm: unable to remove %s", path); - cache_tree_invalidate_path(active_cache_tree, path); } if (show_only)