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-09-17No such thing as an orphan branchCarlos Martín Nieto
2013-09-11odb: Teach loose backend to return EAMBIGUOUSnulltoken
2013-08-28Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí
2013-08-26refs: add git_reference_is_tagNikolai Vladimirov
2013-08-23Fix commentRussell Belfer
2013-08-21Don't try to pack symbolic refsRussell Belfer
2013-08-07Add long-file-name branch to test repoBen Straub
2013-07-13revparse: Don't return a reference when asked for a git objectnulltoken
2013-06-17ref: free the last ref when cancelling git_branch_foreach()yorah
2013-06-13Fix Windows warningsRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-06-03Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí
2013-05-31Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí
2013-05-28Liike thisVicent Marti
2013-05-16revparse: Make revparse_ext() return git_reference from names as wellnulltoken
2013-05-16revparse: Introduce git_revparse_ext()nulltoken
2013-05-16Fix trailing whitespacesnulltoken
2013-05-11Fix refdb iteration early termination bugRussell Belfer
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-11Remove outdated testCarlos Martín Nieto
2013-05-11Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto
2013-05-11refs: introduce an iteratorCarlos Martín Nieto
2013-05-10Fix some memory leaksnulltoken
2013-05-08Introduce git_reference_shorthandCarlos Martín Nieto
2013-05-06git_branch_set_upstream with local branchesNikolai Vladimirov
2013-05-06Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí
2013-05-02refdb_fs: do not require peeled packed refs to be tagsJeff King
2013-05-01Set error message for branch functionsRussell Belfer
2013-04-20remote: allow querying for refspecsCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-04-20alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson
2013-04-16git_revision -> git_revspecVicent Marti
2013-04-16Is this crazy?Vicent Marti
2013-04-16Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti
2013-04-15Change git_revparse to output git_object pointersBen Straub
2013-04-15Redeploy git_revparse_single.Ben Straub
2013-04-11Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí
2013-04-11branch: add more upstream configuration managementCarlos Martín Nieto
2013-04-09Deprecate git_revparse_single and _rangelikeBen Straub
2013-04-08Implement unified git_revparseBen Straub
2013-04-07test: Add missing NULLsVicent Marti
2013-04-07Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti
2013-04-07revparse: Parse range-like syntaxGreg Price
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-31branch: refactor git_branch_remote_nameCarlos Martín Nieto
2013-03-30branch: rename 'tracking' to 'upstream'Carlos Martín Nieto
2013-03-15Fix various build warningsRussell Belfer
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-03-07refs: explicitly catch leading slashesCarlos Martín Nieto