refresh Reference when commit with update_ref non-None #1330
Open
Description
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.
Metadata
Assignees
Labels
No labels