summaryrefslogtreecommitdiff
path: root/src/branch.c
Commit message (Expand)AuthorAgeFilesLines
* branch: fix forced branch creation on HEAD of a bare repoJohn Fultz2016-11-041-4/+5
* annotated_commit: provide refs and descriptionethomson/annotated_commit_refsEdward Thomson2016-04-261-1/+2
* refdb: delete a ref's reflog upon deletioncmn/reflog-del-backendCarlos Martín Nieto2015-07-121-12/+1
* branch: error out if we cannot find the remotecmn/upstream-matching-pushCarlos Martín Nieto2015-05-221-3/+6
* Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto2015-03-161-2/+24
* Drop trailing whitespacesntk/reflog_branch_createnulltoken2015-03-041-1/+1
* branch: fix generated reflog message upon renamingnulltoken2015-03-041-1/+1
* branch: fix generated reflog message upon creationnulltoken2015-03-041-1/+1
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-20/+19
* branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-031-18/+11
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-4/+2
* branch: do capture the error codeCarlos Martín Nieto2015-03-031-1/+1
* git_branch_delete() should ignore errors from non-existing reflogsPierre-Olivier Latour2015-03-021-1/+6
* branch: consider an empty upstream remote config as not foundCarlos Martín Nieto2014-11-171-0/+6
* Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson2014-11-081-0/+23
|\
| * branch: add getter for the upstream remote nameCarlos Martín Nieto2014-11-081-0/+23
* | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-3/+3
|/
* repository: introduce a convenience config snapshot methodcmn/config-snapshotCarlos Martín Nieto2014-05-071-5/+2
* Use config snapshottingCarlos Martín Nieto2014-04-181-7/+11
* 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