/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tree: add repository argument to lookup_tree
[git/git.git]
/
builtin
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index
948002b
..
5e12c85
100644
(file)
--- a/
builtin/reflog.c
+++ b/
builtin/reflog.c
@@
-66,7
+66,7
@@
static int tree_is_complete(const struct object_id *oid)
int complete;
struct tree *tree;
- tree = lookup_tree(oid);
+ tree = lookup_tree(
the_repository,
oid);
if (!tree)
return 0;
if (tree->object.flags & SEEN)