Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Convert lookup_blob to struct object_id
[gitweb.git]
/
walker.c
diff --git
a/walker.c
b/walker.c
index b499fcb7290ec690d61cd7601f9675100ce50312..3d6029c8e226c1de37b38a379fe47d82976bd758 100644
(file)
--- a/
walker.c
+++ b/
walker.c
@@
-52,7
+52,7
@@
static int process_tree(struct walker *walker, struct tree *tree)
obj = &tree->object;
}
else {
- struct blob *blob = lookup_blob(entry.oid
->hash
);
+ struct blob *blob = lookup_blob(entry.oid);
if (blob)
obj = &blob->object;
}