Unverified Commit 036fe1af by Edward Thomson Committed by GitHub

Merge pull request #6452 from libgit2/ethomson/oid_warning

push: use resolved oid as the source
parents 2347eb32 667c3530
......@@ -395,7 +395,7 @@ static int calculate_work(git_push *push)
return -1;
}
git_oid_cpy(git_object_id(obj), &spec->loid);
git_oid_cpy(&spec->loid, git_object_id(obj));
git_object_free(obj);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment