Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree
[git.git] / builtin-rm.c
index 9014c61..0beb86d 100644 (file)
@@ -117,6 +117,7 @@ int cmd_rm(int argc, const char **argv, char **envp)
 
                if (remove_file_from_cache(path))
                        die("git rm: unable to remove %s", path);
+               cache_tree_invalidate_path(active_cache_tree, path);
        }
 
        /*