summaryrefslogtreecommitdiff
path: root/include/git2/branch.h
Commit message (Collapse)AuthorAgeFilesLines
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-2/+2
|
* errors: Rename the generic return codesVicent Martí2012-05-181-4/+4
|
* Properly tag all `enums` with a `_t`Vicent Martí2012-05-181-1/+1
|
* Typedefs don't have enum in frontCarlos Martín Nieto2012-04-111-1/+1
|
* branch: add git_branch_move()nulltoken2012-04-101-0/+22
|
* Add basic branch management API: git_branch_create(), git_branch_delete(), ↵nulltoken2012-04-101-6/+91
| | | | git_branch_list()
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* Cleanup legal dataVicent Marti2011-09-191-0/+6
| | | | | | | | | | 1. The license header is technically not valid if it doesn't have a copyright signature. 2. The COPYING file has been updated with the different licenses used in the project. 3. The full GPLv2 header in each file annoys me.
* Add a remotes APICarlos Martín Nieto2011-06-261-0/+9
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>