Code

status: only touch path we may need to check
[git.git] / builtin-commit.c
index 592b10396d1d6aa25d5d1c0aa27556c93c219877..d5d8eb68cc4dccd0f9f0e634b0d402277933fcfc 100644 (file)
@@ -1023,7 +1023,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
                s.pathspec = get_pathspec(prefix, argv);
 
        read_cache();
-       refresh_cache(REFRESH_QUIET|REFRESH_UNMERGED);
+       refresh_index(&the_index, REFRESH_QUIET|REFRESH_UNMERGED, s.pathspec, NULL, NULL);
        s.is_initial = get_sha1(s.reference, sha1) ? 1 : 0;
        s.in_merge = in_merge;
        wt_status_collect(&s);