Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
object.c: allow parse_object_buffer to handle arbitrary repositories
[gitweb.git]
/
list-objects.c
diff --git
a/list-objects.c
b/list-objects.c
index 04c45f66e8830e9c965621b4fd4a879326bcfe5b..782c0e189f933869d3df4f1ba1e17398e95b215b 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))