Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | branch: Change `git_branch_delete` to take a refbranch-delete-ref | Vicent Marti | 2012-08-26 | 1 | -16/+15 |
| | |||||
* | branch: Add `repository` argument to `create` | Vicent Marti | 2012-07-27 | 1 | -2/+5 |
| | | | | | Yes, we can get the repository from the owner of the object, but having it marked explicitly makes the API more consistent. | ||||
* | branch: enforce git_branch_delete() parameter checking | nulltoken | 2012-07-24 | 1 | -0/+1 |
| | |||||
* | branch: introduce git_branch_tracking() | nulltoken | 2012-07-24 | 1 | -0/+68 |
| | |||||
* | branch: make git_branch_move() reference based | nulltoken | 2012-07-24 | 1 | -12/+16 |
| | |||||
* | branch: introduce git_branch_lookup() | nulltoken | 2012-07-24 | 1 | -0/+11 |
| | |||||
* | branch: change git_branch_create() to make it return a reference | nulltoken | 2012-07-24 | 1 | -9/+5 |
| | |||||
* | branch: remove useless header | nulltoken | 2012-07-24 | 1 | -1/+2 |
| | |||||
* | branch: drop git_branch_list() | nulltoken | 2012-06-21 | 1 | -43/+0 |
| | |||||
* | branch: add git_branch_foreach() | nulltoken | 2012-06-21 | 1 | -0/+43 |
| | |||||
* | Fix issue #763 | Frederick Ros | 2012-06-13 | 1 | -3/+5 |
| | |||||
* | Merge pull request #710 from libgit2/breaking-changes | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
|\ | | | | | Break everything before the release | ||||
| * | 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: retrieve symbolic references when listing the branches | nulltoken | 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() |