libgit2 v0.25.2 (2020-11-07T16:39:39Z)
Dub
Repo
git_branch_create_from_annotated
deimos
git2
branch
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
int
git_branch_create_from_annotated
(
git_reference
**
ref_out
,
git_repository
*
repository
,
const
(
char
)*
branch_name
,
const
(
git_annotated_commit
)*
commit
,
int
force
)
Meta
Source
See Implementation
deimos
git2
branch
functions
git_branch_create
git_branch_create_from_annotated
git_branch_delete
git_branch_is_head
git_branch_iterator_free
git_branch_iterator_new
git_branch_lookup
git_branch_move
git_branch_name
git_branch_next
git_branch_remote_name
git_branch_set_upstream
git_branch_upstream
git_branch_upstream_name
git_branch_upstream_remote
structs
git_branch_iterator