Add branch functions #58
Loading…
Reference in New Issue
No description provided.
Delete Branch "add-branch-lookup"
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?
Clean up consts in #45 and make it build against head
Rewrite commits on top of latest head (
c6d1bde37c
)It'd be great if this did build up on top of #45 instead of slurping it all up into a single-commit, leaving the original author without recognition.
Fixed
I merged in an older PR which adds details to error message, any time you used to call
you should now call
where ret is the return code from libgit2.
Also, any time we want to be able to get an error from libgit2, we need to lock the OS thread, or we might lose it. Most of these functions need a
before calling the libgit2 functions.
Sure. I'll clean it up.