Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test prerequisites: enumerate with commas
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index d3b256e545a76b096682223539c4faec8d770b2f..c59e70202175fc89992c23b48ea5f0738664a2f6 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-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;
}