Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
reflog expire: cover reflog from all worktrees
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 97f6ecaf370dfdda1f0a9e5a1fe824a034fdbf61..c2da673ac802b02609d54de3932fa8a2db221dbd 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-988,6
+988,7
@@
int cmd_blame(int argc, const char **argv, const char *prefix)
sb.revs = &revs;
sb.contents_from = contents_from;
sb.reverse = reverse;
+ sb.repo = the_repository;
setup_scoreboard(&sb, path, &o);
lno = sb.num_lines;