mv: move submodules using a gitfile
[gitweb.git] / builtin / rm.c
index ee0ae4c396cb1eb5be4c12549ae7f8eefef097eb..fe3faad15835fcd2e0ce50e89cbdc9a564599dbe 100644 (file)
@@ -314,9 +314,8 @@ int cmd_rm(int argc, const char **argv, const char *prefix)
        }
 
        parse_pathspec(&pathspec, 0, PATHSPEC_PREFER_CWD, prefix, argv);
-       refresh_index(&the_index, REFRESH_QUIET, pathspec.raw, NULL, NULL);
+       refresh_index(&the_index, REFRESH_QUIET, &pathspec, NULL, NULL);
 
-       seen = NULL;
        seen = xcalloc(pathspec.nr, 1);
 
        for (i = 0; i < active_nr; i++) {