merge: add two missing AnnotatedCommit methods #423
Loading…
Reference in New Issue
No description provided.
Delete Branch "more-annotated-commit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These should be reviewed somewhat skeptically; the implementation was pulled in monkey-see-monkey-do from similar calls.
The
runtime.KeepAlive()
call needs to come after our last reference to what we need to keep alive. The annotated commit goes intonewAnnotatedCommitFromC
and we need to make surer
stays alive until we return from this function.Fixed this and all other methods that have the same issue.