Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors: Rename error codesbreaking-changes | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Properly tag all `enums` with a `_t` | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | branch: make git_branch_delete() return GIT_ENOTFOUND when the branch ↵ | nulltoken | 2012-05-13 | 1 | -1/+1 |
| | | | | doesn't exist | ||||
* | branch: simplify error handling for git_branch_move() | Carlos Martín Nieto | 2012-04-12 | 1 | -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 Nieto | 2012-04-12 | 1 | -14/+32 |
| | |||||
* | Typedefs don't have enum in front | Carlos Martín Nieto | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | branch: add git_branch_move() | nulltoken | 2012-04-10 | 1 | -0/+18 |
| | |||||
* | Add basic branch management API: git_branch_create(), git_branch_delete(), ↵ | nulltoken | 2012-04-10 | 1 | -0/+180 |
git_branch_list() |