pygit2
pygit2 copied to clipboard
refresh Reference when commit with update_ref non-None
When repo.amend_commit(commit, branch, tree=tree), where branch is a Reference/str, the reference is update by libgit2 upon calling git_commit_amend.
However, the reference object branch still points to (branch.peel()) the original commit.