Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-05Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber
2013-11-05branch: move from foreach to an iteratorCarlos Martín Nieto
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-06-17branch: More obvious semantics in `foreach`Vicent Marti
2013-06-17ref: free the last ref when cancelling git_branch_foreach()yorah
2013-05-30...Aaaand this worksVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11Move a couple more functions to use iteratorsCarlos Martín Nieto
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-06git_branch_set_upstream with local branchesNikolai Vladimirov
2013-05-01Set error message for branch functionsRussell Belfer
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-04-19Fix win64 warningsRussell Belfer
2013-04-11branch: add more upstream configuration managementCarlos Martín Nieto
2013-03-31branch: refactor git_branch_remote_nameCarlos Martín Nieto
2013-03-30branch: rename 'tracking' to 'upstream'Carlos Martín Nieto
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken
2013-02-11Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer
2013-02-11Teach remote branch to return its remoteJameson Miller
2013-02-05Fix MSVC compilation warningsnulltoken
2013-01-25Added git_branch_name().Sebastian Bauer
2013-01-17branch: Introduce git_branch_tracking_name()nulltoken
2013-01-17Fix indentationsnulltoken
2013-01-09update copyrightsEdward Thomson
2012-11-28tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken
2012-11-28More external API cleanupVicent Marti
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-12repository: Refine repository_head() error reportnulltoken
2012-11-11create FETCH_HEAD specially instead of as a ref fileEdward Thomson
2012-10-25config: introduce git_config_rename_section()nulltoken
2012-10-25branch: rename config section upon movingnulltoken
2012-10-25branch: remove config section upon deletionnulltoken
2012-10-20errors: deploy GIT_EORPHANEDHEAD usagenulltoken
2012-10-19branch: allow deletion of branch when HEAD's missingnulltoken
2012-10-11branches: propagate EEXISTS upon creationnulltoken
2012-10-08branch: deploy git_branch_is_head()nulltoken
2012-10-07branch: introduce git_branch_is_head()nulltoken
2012-09-14refspec: No remote tracking ref from a fetchspec-less remotenulltoken
2012-08-28Merge branch 'branch-delete-ref' into developmentVicent Marti
2012-08-27branch: reduce code duplicationnulltoken
2012-08-27branch: Change `git_branch_delete` to take a refbranch-delete-refVicent Marti
2012-07-27branch: Add `repository` argument to `create`Vicent Marti
2012-07-24branch: enforce git_branch_delete() parameter checkingnulltoken
2012-07-24branch: introduce git_branch_tracking()nulltoken
2012-07-24branch: make git_branch_move() reference basednulltoken
2012-07-24branch: introduce git_branch_lookup()nulltoken
2012-07-24branch: change git_branch_create() to make it return a referencenulltoken