Merge branch 'maint'
* maint: git-push: .git/remotes/ file does not require SP after colon git-mv: invalidate the removed path properly in cache-tree
This commit is contained in:
@ -278,6 +278,7 @@ int cmd_mv(int argc, const char **argv, const char *prefix)
|
||||
for (i = 0; i < deleted.nr; i++) {
|
||||
const char *path = deleted.items[i].path;
|
||||
remove_file_from_cache(path);
|
||||
cache_tree_invalidate_path(active_cache_tree, path);
|
||||
}
|
||||
|
||||
if (active_cache_changed) {
|
||||
|
Reference in New Issue
Block a user