Commit 734aa826 by Ben Straub

Merge pull request #1452 from nulltoken/fix/branch_doc

branch: Fix git_branch_create() documentation
parents 08283cbd b08c3173
......@@ -38,10 +38,8 @@ GIT_BEGIN_DECL
* validated for consistency. It should also not conflict with
* an already existing branch name.
*
* @param target Object to which this branch should point. This object
* must belong to the given `repo` and can either be a git_commit or a
* 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 target Commit to which this branch should point. This object
* must belong to the given `repo`.
*
* @param force Overwrite existing branch.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment