Merge pull request #1612 from drodriguez/fix-branch-delete-docs

Fix documentation of git_branch_delete.
This commit is contained in:
Russell Belfer 2013-05-26 08:45:30 -07:00
commit 5aee96329a

View File

@ -58,7 +58,8 @@ GIT_EXTERN(int) git_branch_create(
* Delete an existing branch reference.
*
* If the branch is successfully deleted, the passed reference
* object will be freed and invalidated.
* object will be invalidated. The reference must be freed manually
* by the user.
*
* @param branch A valid reference representing a branch
* @return 0 on success, or an error code.