/
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]
/
fsck.c
diff --git
a/fsck.c
b/fsck.c
index
ea00f72
..
9345979
100644
(file)
--- a/
fsck.c
+++ b/
fsck.c
@@
-407,7
+407,7
@@
static int fsck_walk_tree(struct tree *tree, void *data, struct fsck_options *op
continue;
if (S_ISDIR(entry.mode)) {
- obj = (struct object *)lookup_tree(entry.oid);
+ obj = (struct object *)lookup_tree(
the_repository,
entry.oid);
if (name && obj)
put_object_name(options, obj, "%s%s/", name,
entry.path);