/
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]
/
list-objects.c
diff --git
a/list-objects.c
b/list-objects.c
index
04c45f6
..
782c0e1
100644
(file)
--- a/
list-objects.c
+++ b/
list-objects.c
@@
-158,7
+158,7
@@
static void process_tree(struct rev_info *revs,
if (S_ISDIR(entry.mode))
process_tree(revs,
- lookup_tree(entry.oid),
+ lookup_tree(
the_repository,
entry.oid),
show, base, entry.path,
cb_data, filter_fn, filter_data);
else if (S_ISGITLINK(entry.mode))