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-06-22Clear revwalk sorting when resettingNika Layzell
2018-04-12revwalk: fix uninteresting revs sometimes not limiting graphwalkPatrick Steinhardt
2018-02-24testrepo: add new branchEdward Thomson
2017-03-09Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski
2017-02-13tests: add merge-conflict branch for testrepoPatrick Steinhardt
2017-02-02revwal: add failing test for walking with topo-sortAdam Niedzielski
2016-10-06revwalk: port over the topological sortingCarlos Martín Nieto
2016-10-06revwalk: get closer to gitCarlos Martín Nieto
2016-10-06revwalk: introduce tests that hide old commitsEdward Thomson
2015-11-02merge: Fix memory leak in testVicent Marti
2015-11-02Add test caseVicent Marti
2015-10-21tests: Fix warningsVicent Marti
2015-10-21signature: Strip crud just like Git doesVicent Marti
2015-10-14revwalk: make commit list use 64 bits for timeCarlos Martín Nieto
2015-04-09revwalk: add failing test for hiding and then pushing a commitCarlos Martín Nieto
2015-02-03tests: update for new test dataEdward Thomson
2014-10-27revwalk::mergebase test: free memoryEdward Thomson
2014-10-09Add git_merge_bases_many.Arthur Schreiber
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-08-29Merge pull request #2481 from libgit2/cmn/oidarrayVicent Marti
2014-08-28Fix ahead-behind testsCarlos Martín Nieto
2014-07-27merge: expose multiple merge basesCarlos Martín Nieto
2014-07-01revwalk::simplify test should testEdward Thomson
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-04-01No need to find merge base.Anurag Gupta
2014-03-26Decorate unused params as unused in revwalk::hidecb testsEdward Thomson
2014-03-24Modified test for revwalk_hidecbAnurag Gupta
2014-03-24Conforming to libgit2 coding style.Anurag Gupta
2014-03-24Unit Tests for hide_cb in revwalkAnurag Gupta
2014-03-18Implement git_merge_base_octopusAimeast
2014-03-12Fix pqueue sort boundary condition bugRussell Belfer
2014-02-05revwalk: add a test for pushing all referencesCarlos Martín Nieto
2014-02-05revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto
2014-02-05revwalk: add a failing test for pushing "tags"Carlos Martín Nieto
2013-11-15Rename tests-clar to testsBen Straub