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-28Liike thisVicent Marti
2013-05-28This refs iterator pleases the gods.Vicent Marti
2013-05-28Fixing unwrapped callocRussell Belfer
2013-05-27Merge pull request #1614 from schu/packbuilder-writeVicent Martí
2013-05-27packbuilder: also write index in git_packbuilder_writeMichael Schubert
2013-05-27Merge pull request #1613 from schu/transport-sshVicent Martí
2013-05-27tests: don't verify SSH unsupported with GIT_SSHMichael Schubert
2013-05-26Merge pull request #1612 from drodriguez/fix-branch-delete-docsRussell Belfer
2013-05-26Fix documentation of git_branch_delete.Daniel Rodríguez Troitiño
2013-05-25Merge pull request #1609 from ethomson/qsort_r_glibcVicent Martí
2013-05-25qsort_r appeared in glibc 2.8Edward Thomson
2013-05-24Merge pull request #1608 from arrbee/various-cleanups-and-tweaksVicent Martí
2013-05-24Add ~ expansion to global attributes and excludesRussell Belfer
2013-05-24Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer
2013-05-24Typedef git_config_level_t and use it everywhereRussell Belfer
2013-05-24Docs for git_libgit2_opts and cache disable tweakRussell Belfer
2013-05-24Add typedefs on some public enumsRussell Belfer
2013-05-24Merge pull request #1607 from ethomson/hurdRussell Belfer
2013-05-24Merge pull request #1605 from ethomson/replace_reuc_fixVicent Martí
2013-05-24Ensure reuc vector is always validRussell Belfer
2013-05-24qsort_r is broken on HURD, avoidEdward Thomson
2013-05-24Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí
2013-05-24Merge pull request #1592 from ethomson/merge_setupVicent Martí
2013-05-24Merge pull request #1603 from ben/shallowVicent Martí
2013-05-24Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí
2013-05-24Merge pull request #1604 from arrbee/config-file-checksVicent Martí
2013-05-24Stop leaking memoryBen Straub
2013-05-24More config code checks and cleanupsRussell Belfer
2013-05-24More tests of config with various absent filesRussell Belfer
2013-05-24Fill out diff rename test coverageRussell Belfer
2013-05-24Improve test failure outputBen Straub
2013-05-24Move core.abbrev lookup out of diff print loopRussell Belfer
2013-05-24More diff rename tests; better split swap handlingRussell Belfer
2013-05-23Fix dereference of freed deltaRussell Belfer
2013-05-23Merge pull request #1599 from nulltoken/topic/windows_resourcesBen Straub
2013-05-23Merge pull request #1601 from Merovius/bugfix_shortenBen Straub
2013-05-23Add testcase for #1600Axel Wagner
2013-05-22Significant rename detection rewriteRussell Belfer
2013-05-22Bugfix: Return NULL in push_leaf, when trie is fullAxel Wagner
2013-05-22cmake: Update Windows resources to reflect the optional vendor stringnulltoken
2013-05-22cmake: Fix indentationnulltoken
2013-05-21Merge pull request #1594 from nulltoken/topic/tag_annotationBen Straub
2013-05-21tag: Introduce git_tag_annotation_create()nulltoken
2013-05-21Merge pull request #1597 from zodiac/patch-1Ben Straub
2013-05-21refs: export the glob iteratorCarlos Martín Nieto
2013-05-21define "long name" in git_reference_name_to_idLi Xuanji
2013-05-21Merge pull request #1596 from grimreaper/developmentEdward Thomson
2013-05-21Add more diff rename detection testsRussell Belfer
2013-05-21More git_diff_find_similar improvementsRussell Belfer
2013-05-19Initialize loose_deleted before it is used for a check later on.Eitan Adler