/
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]
/
reachable.c
diff --git
a/reachable.c
b/reachable.c
index
cc25f01
..
6e9b810
100644
(file)
--- a/
reachable.c
+++ b/
reachable.c
@@
-88,7
+88,7
@@
static void add_recent_object(const struct object_id *oid,
obj = parse_object_or_die(oid, NULL);
break;
case OBJ_TREE:
- obj = (struct object *)lookup_tree(oid);
+ obj = (struct object *)lookup_tree(
the_repository,
oid);
break;
case OBJ_BLOB:
obj = (struct object *)lookup_blob(the_repository, oid);