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-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-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
2013-02-27Fix portability issues on WindowsRussell Belfer
2013-02-22branch: refactor git_branch_remote_name() testsnulltoken
2013-02-22branch: Make git_branch_remote_name() cope with orphaned headsnulltoken
2013-02-12remote: Introduce git_remote_is_valid_name()nulltoken
2013-02-12refs: No component of a refname can end with '.lock'nulltoken
2013-02-11Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer
2013-02-11Merge pull request #1323 from jamill/resolve_remotePhilip Kelley
2013-02-11Teach remote branch to return its remoteJameson Miller
2013-02-09tests: fix whitespace in refs/rename.cScott J. Goldman
2013-02-05Fix MSVC compilation warningsnulltoken
2013-02-03revparse: Lookup sha before branchnulltoken
2013-02-03revparse: Lookup branch before described tagnulltoken
2013-01-31refs: handle ALLOW_ONELEVEL normalization with leading slashCarlos Martín Nieto
2013-01-25Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer
2013-01-25Added git_branch_name().Sebastian Bauer