Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors: Rename error codesbreaking-changes | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -4/+4 |
| | |||||
* | Properly tag all `enums` with a `_t` | Vicent Martí | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | 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/+22 |
| | |||||
* | Add basic branch management API: git_branch_create(), git_branch_delete(), ↵ | nulltoken | 2012-04-10 | 1 | -6/+91 |
| | | | | git_branch_list() | ||||
* | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
* | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -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 API | Carlos Martín Nieto | 2011-06-26 | 1 | -0/+9 |
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> |