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-10-01Add test case to test ']' and '\\' characters in config subsectionLinquize
2013-09-07config: add support for include directivesCarlos Martín Nieto
2013-08-27remote: Relax the parsing logic even morenulltoken
2013-08-27remote: Don't parse missing urls as empty stringsnulltoken
2013-08-17Merge pull request #1778 from libgit2/push_tag_to_tag_testVicent Martí
2013-08-13Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí
2013-08-08odb_pack: handle duplicate objects from different packsBrodie Rao
2013-08-07Add long-file-name branch to test repoBen Straub
2013-08-06Merge pull request #1765 from arrbee/ambiguous-oidsRussell Belfer
2013-08-06More tests for ambiguous OIDs across packsRussell Belfer
2013-08-05submodule: check alloc and name presenseNikolai Vladimirov
2013-07-13test that suggests tags arent fully peeled during pushEdward Thomson
2013-07-10Add more tests for git_config_get_multivarRussell Belfer
2013-06-18test failure when renames produce similar similaritiesEdward Thomson
2013-06-11failing unit test for similar renamesEdward Thomson
2013-05-24Improve test failure outputBen Straub
2013-05-11Fix refdb iteration early termination bugRussell Belfer
2013-05-02refdb_fs: do not require peeled packed refs to be tagsJeff King
2013-05-01merge!Edward Thomson
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-26Added some tests for issue #1397Sven Strickroth
2013-03-19Three submodule status bug fixesRussell Belfer
2013-03-07Make iterator APIs consistent with standardsRussell Belfer
2013-03-06Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí
2013-02-28Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí
2013-02-26Fix initialization of repo directoriesRussell Belfer
2013-02-25Remove sample hook filesMartin Woodward
2013-02-22Add diff rename tests with partial similarityRussell Belfer
2013-02-15Merge pull request #1318 from nulltoken/topic/diff-tree-coverageVicent Martí
2013-02-12More diff tests with binary dataRussell Belfer
2013-02-06Add unsymlinked.git test repositorynulltoken
2013-01-23Allow peeled references without trailing newline at end of fileScott J. Goldman
2013-01-18add a git config, don't run crlf tests on non-win32Edward Thomson
2013-01-18cache should contain on-disk (filtered) file sizeEdward Thomson
2013-01-13Altered the description of the template.Sebastian Bauer
2013-01-12Merge pull request #1215 from phkelley/binaryunicodePhilip Kelley
2013-01-12Fix up binaryunicode test repoPhilip Kelley
2013-01-09Add a failing test for autocrlf filtersPhilip Kelley
2013-01-09push: properly handle tagsMichael Schubert
2012-12-07tree: relax the filemode parserCarlos Martín Nieto
2012-11-30Merge pull request #1108 from libgit2/ahead-behind-countRussell Belfer
2012-11-30Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí
2012-11-29Remove more sample hooks from test repo for pushfeatures/push_rebasedPhilip Kelley
2012-11-29Remove sample hooks from test repo for pushPhilip Kelley
2012-11-29Add the ahead/behind test that Carlos suggestedScott J. Goldman
2012-11-28tracking: fix retrieval of the tracking ref of branch with empty merge and/or...nulltoken
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-14config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto
2012-11-13Merge remote-tracking branch 'ben/local-transport' into developmentVicent Marti
2012-11-09Local fetch: add testsBen Straub