summaryrefslogtreecommitdiff
path: root/src/branch.c
Commit message (Expand)AuthorAgeFilesLines
* Const correctness!Jacques Germishuys2014-04-031-3/+5
* branch: constness fixesCarlos Martín Nieto2014-03-171-1/+1
* branch: fix leak when checking against HEADCarlos Martín Nieto2014-03-071-5/+11
* Do not allow git_branch_create() to force update branchLinquize2014-02-271-0/+13
* Provide good default reflog messages in branch apiBen Straub2014-01-301-9/+27
* Ensure renaming a reference updates the reflogBen Straub2014-01-301-1/+2
* Add reflog parameters to git_branch_moveBen Straub2014-01-301-1/+3
* Deleting a branch deletes its reflogBen Straub2014-01-301-0/+3
* Add reflog params to git_branch_createBen Straub2014-01-301-7/+9
* Misc cleanupsRussell Belfer2014-01-301-23/+16
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-2/+2
* branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-72/+26
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* branch: handle NULL pointers passed to git_branch_iterator_free()Brodie Rao2014-01-121-0/+3
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-19/+22
* Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber2013-11-051-2/+2
* branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-051-32/+50
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* branch: More obvious semantics in `foreach`Vicent Marti2013-06-171-1/+5
* ref: free the last ref when cancelling git_branch_foreach()yorah2013-06-171-4/+2
* ...Aaaand this worksVicent Marti2013-05-301-5/+8
* Liike thisVicent Marti2013-05-281-7/+10
* Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-111-27/+30
|\
| * Move a couple more functions to use iteratorsCarlos Martín Nieto2013-05-111-27/+30
| * refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* | git_branch_set_upstream with local branchesNikolai Vladimirov2013-05-061-1/+2
* | Set error message for branch functionsRussell Belfer2013-05-011-2/+12
|/
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-13/+9
* Fix win64 warningsRussell Belfer2013-04-181-1/+1
* branch: add more upstream configuration managementCarlos Martín Nieto2013-04-111-1/+115
* branch: refactor git_branch_remote_nameCarlos Martín Nieto2013-03-311-25/+22
* branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-301-8/+8
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-39/+25
* 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