Merge branch 'nd/dir-exclude-cleanup' into maint
[gitweb.git] / builtin / pull.c
index 4b7e344ac4ef4a0c3ba0e01882461412c51f9cdc..5145fc60a0377a7fb799555892909f979aca9076 100644 (file)
@@ -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;
 }