summaryrefslogtreecommitdiff
path: root/src/branch.c
Commit message (Collapse)AuthorAgeFilesLines
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
|
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
|
* Properly tag all `enums` with a `_t`Vicent Martí2012-05-181-1/+1
|
* branch: make git_branch_delete() return GIT_ENOTFOUND when the branch ↵nulltoken2012-05-131-1/+1
| | | | doesn't exist
* branch: simplify error handling for git_branch_move()Carlos Martín Nieto2012-04-121-18/+10
| | | | | The cleanup needs to happen anyway, so set the error code and jump there instead of copying the code.
* branch: plug leaks in git_branch_move() and _delete()Carlos Martín Nieto2012-04-121-14/+32
|
* Typedefs don't have enum in frontCarlos Martín Nieto2012-04-111-1/+1
|
* branch: add git_branch_move()nulltoken2012-04-101-0/+18
|
* Add basic branch management API: git_branch_create(), git_branch_delete(), ↵nulltoken2012-04-101-0/+180
git_branch_list()