Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dl/complete-cherry-pick-revert-skip'
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index 96a98e1e615968b20d84aac0ecf6098934e83851..0353f9f5143d7fff3a2b4b11d02375255258319b 100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-723,7
+723,7
@@
static void one_remote_object(const struct object_id *oid)
{
struct object *obj;
- obj = lookup_object(the_repository, oid
->hash
);
+ obj = lookup_object(the_repository, oid);
if (!obj)
obj = parse_object(the_repository, oid);