test prerequisites: enumerate with commas
[gitweb.git] / builtin / blame.c
index d3b256e545a76b096682223539c4faec8d770b2f..c59e70202175fc89992c23b48ea5f0738664a2f6 100644 (file)
@@ -2389,7 +2389,7 @@ static struct commit *fake_working_tree_commit(struct diff_options *opt,
         * right now, but someday we might optimize diff-index --cached
         * with cache-tree information.
         */
-       cache_tree_invalidate_path(active_cache_tree, path);
+       cache_tree_invalidate_path(&the_index, path);
 
        return commit;
 }