mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-13 19:30:37 +00:00
branch: Fix git_branch_create() documentation
This commit is contained in:
parent
08283cbdb8
commit
b08c317346
@ -38,10 +38,8 @@ GIT_BEGIN_DECL
|
|||||||
* validated for consistency. It should also not conflict with
|
* validated for consistency. It should also not conflict with
|
||||||
* an already existing branch name.
|
* an already existing branch name.
|
||||||
*
|
*
|
||||||
* @param target Object to which this branch should point. This object
|
* @param target Commit to which this branch should point. This object
|
||||||
* must belong to the given `repo` and can either be a git_commit or a
|
* must belong to the given `repo`.
|
||||||
* git_tag. When a git_tag is being passed, it should be dereferencable
|
|
||||||
* to a git_commit which oid will be used as the target of the branch.
|
|
||||||
*
|
*
|
||||||
* @param force Overwrite existing branch.
|
* @param force Overwrite existing branch.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user