Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read-tree: note about dropping split-index mode or index version
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 88cb7997274de6f9ab6f8a5944748334ce605f60..914d9198cfbf9f22955fb3f82815fad9ae460c09 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-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;
}