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
2018-05-07branch: typoEtienne Samson
2017-02-13branch: implement `git_branch_is_checked_out`Patrick Steinhardt
2015-03-16Add annotated commit versions of reflog-modifying functionsCarlos Martín Nieto
2015-03-03branch: don't accept a reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2014-12-05Spelling fixesWill Stamper
2014-11-08branch: add getter for the upstream remote nameCarlos Martín Nieto
2014-04-16Add GIT_BRANCH_ALL to git_branch_t enumSven Strickroth
2014-04-03Const correctness!Jacques Germishuys
2014-03-17branch: constness fixesCarlos Martín Nieto
2014-01-31Document branch-creation reflog betterBen Straub
2014-01-31Add reflog parameters to git_branch_moveBen Straub
2014-01-31Add reflog params to git_branch_createBen Straub
2014-01-27branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto
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-05-26Fix documentation of git_branch_delete.Daniel Rodríguez Troitiño
2013-05-06branch.h: fix typo in docsNikolai Vladimirov
2013-04-11Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí
2013-04-11branch: add more upstream configuration managementCarlos Martín Nieto
2013-04-02branch: Fix git_branch_create() documentationnulltoken
2013-03-30branch: rename 'tracking' to 'upstream'Carlos Martín Nieto
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken
2013-02-11Teach remote branch to return its remoteJameson Miller
2013-01-25Added git_branch_name().Sebastian Bauer
2013-01-17branch: Introduce git_branch_tracking_name()nulltoken
2013-01-09update copyrightsEdward Thomson
2012-12-01branch: Deploy EINVALIDSPEC usagenulltoken
2012-11-28More external API cleanupVicent Marti
2012-10-07branch: introduce git_branch_is_head()nulltoken
2012-09-05branch: Add missing includeVicent Marti
2012-08-28Merge branch 'branch-delete-ref' into developmentVicent Marti
2012-08-27branch: Change `git_branch_delete` to take a refbranch-delete-refVicent Marti
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-27branch: Add `repository` argument to `create`Vicent Marti
2012-07-24branch: introduce git_branch_tracking()nulltoken
2012-07-24branch: make git_branch_move() reference basednulltoken
2012-07-24branch: slight git_branch_create() doc improvementnulltoken
2012-07-24branch: introduce git_branch_lookup()nulltoken
2012-07-24branch: change git_branch_create() to make it return a referencenulltoken
2012-06-21branch: drop git_branch_list()nulltoken
2012-06-21branch: add git_branch_foreach()nulltoken
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-18Properly tag all `enums` with a `_t`Vicent Martí
2012-04-11Typedefs don't have enum in frontCarlos Martín Nieto
2012-04-10branch: add git_branch_move()nulltoken
2012-04-10Add basic branch management API: git_branch_create(), git_branch_delete(), gi...nulltoken