Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ep/make-phoney'
[gitweb.git]
/
builtin
/
pull.c
diff --git
a/builtin/pull.c
b/builtin/pull.c
index 4b7e344ac4ef4a0c3ba0e01882461412c51f9cdc..5145fc60a0377a7fb799555892909f979aca9076 100644
(file)
--- a/
builtin/pull.c
+++ b/
builtin/pull.c
@@
-743,7
+743,7
@@
static int get_octopus_merge_base(unsigned char *merge_base,
if (!result)
return 1;
- hashcpy(merge_base,
get_object_hash(result->item->object)
);
+ hashcpy(merge_base,
result->item->object.oid.hash
);
return 0;
}