rev-parse: add --shared-index-path to get shared index path
[gitweb.git] / builtin / blame.c
index 88cb7997274de6f9ab6f8a5944748334ce605f60..914d9198cfbf9f22955fb3f82815fad9ae460c09 100644 (file)
@@ -2126,7 +2126,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;
 }