summaryrefslogtreecommitdiff
path: root/src/branch.c
Commit message (Expand)AuthorAgeFilesLines
...
* branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-221-6/+6
* Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer2013-02-111-1/+1
|\
| * Fix MSVC compilation warningsnulltoken2013-02-051-1/+1
* | Teach remote branch to return its remoteJameson Miller2013-02-111-0/+81
|/
* Added git_branch_name().Sebastian Bauer2013-01-251-0/+21
* branch: Introduce git_branch_tracking_name()nulltoken2013-01-161-21/+83
* Fix indentationsnulltoken2013-01-161-4/+4
* update copyrightsEdward Thomson2013-01-081-1/+1
* tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken2012-11-281-2/+2
* More external API cleanupVicent Marti2012-11-271-15/+4
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* repository: Refine repository_head() error reportnulltoken2012-11-121-1/+1
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-0/+5
* config: introduce git_config_rename_section()nulltoken2012-10-251-87/+30
* branch: rename config section upon movingnulltoken2012-10-251-12/+58
* branch: remove config section upon deletionnulltoken2012-10-251-0/+49
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-1/+1
* branch: allow deletion of branch when HEAD's missingnulltoken2012-10-191-1/+7
* branches: propagate EEXISTS upon creationnulltoken2012-10-111-5/+4
* branch: deploy git_branch_is_head()nulltoken2012-10-081-19/+8
* branch: introduce git_branch_is_head()nulltoken2012-10-071-0/+23
* refspec: No remote tracking ref from a fetchspec-less remotenulltoken2012-09-131-3/+5
* Merge branch 'branch-delete-ref' into developmentVicent Marti2012-08-271-16/+15
|\
| * branch: Change `git_branch_delete` to take a refbranch-delete-refVicent Marti2012-08-261-16/+15
* | branch: reduce code duplicationnulltoken2012-08-271-25/+3
|/
* branch: Add `repository` argument to `create`Vicent Marti2012-07-271-2/+5
* branch: enforce git_branch_delete() parameter checkingnulltoken2012-07-241-0/+1
* branch: introduce git_branch_tracking()nulltoken2012-07-241-0/+68
* branch: make git_branch_move() reference basednulltoken2012-07-241-12/+16
* branch: introduce git_branch_lookup()nulltoken2012-07-241-0/+11
* branch: change git_branch_create() to make it return a referencenulltoken2012-07-241-9/+5
* branch: remove useless headernulltoken2012-07-241-1/+2
* branch: drop git_branch_list()nulltoken2012-06-211-43/+0
* branch: add git_branch_foreach()nulltoken2012-06-211-0/+43
* Fix issue #763Frederick Ros2012-06-131-3/+5
* Merge pull request #710 from libgit2/breaking-changesVicent Martí2012-05-181-1/+1
|\
| * 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: retrieve symbolic references when listing the branchesnulltoken2012-05-181-1/+1
|/
* branch: make git_branch_delete() return GIT_ENOTFOUND when the branch doesn't...nulltoken2012-05-131-1/+1
* branch: simplify error handling for git_branch_move()Carlos Martín Nieto2012-04-121-18/+10
* 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(), gi...nulltoken2012-04-101-0/+180