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]
/
reachable.c
diff --git
a/reachable.c
b/reachable.c
index a8a979bd4fcbac6732d26dda3f826a1eec3d3a6b..8ea0bdd7c045002df53ad9098f88b8e55b3136c9 100644
(file)
--- a/
reachable.c
+++ b/
reachable.c
@@
-88,7
+88,7
@@
static void add_recent_object(const struct object_id *oid,
obj = (struct object *)lookup_tree(oid->hash);
break;
case OBJ_BLOB:
- obj = (struct object *)lookup_blob(oid
->hash
);
+ obj = (struct object *)lookup_blob(oid);
break;
default:
die("unknown object type for %s: %s",