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-28Merge remote-tracking branch 'libgit2/development' into blameBen Straub
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-28Merge pull request #1912 from ethomson/push_err_messagesVicent Martí
2013-10-28Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí
2013-10-28Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub
2013-10-25Test for failure, but don't test the error messageEdward Thomson
2013-10-23Rename the ssh credentialsCarlos Martín Nieto
2013-10-22Merge pull request #1897 from libgit2/split-patch-from-diffVicent Martí
2013-10-22Implement patience and minimal diff flagsRussell Belfer
2013-10-22Create git_diff_line and extend git_diff_hunkRussell Belfer
2013-10-21Allowed credential types should be a bitfieldEdward Thomson
2013-10-17Two-step conflict checkout (load / perform)Edward Thomson
2013-10-17Honor UPDATE_ONLY bit when checking out conflictsEdward Thomson
2013-10-17Don't overwrite ~ files checking out conflictsEdward Thomson
2013-10-17checkout rename conflictsEdward Thomson
2013-10-17Prevent checkout_tree when conflicts exist, clear NAME on checkout treeEdward Thomson
2013-10-17tests for checkout index with conflictsEdward Thomson
2013-10-16Diff API cleanupRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-10-11Merge pull request #1562 from libgit2/cmn/refs-namespace-lookupVicent Martí
2013-10-11indexer: clearer stats for thin packsCarlos Martín Nieto
2013-10-11futils: return GIT_ENOTFOUND when trying to read a directoryCarlos Martín Nieto
2013-10-11Fix initializer errorBen Straub
2013-10-09Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí
2013-10-09Rename new fn to git_repository_reinit_filesystemRussell Belfer
2013-10-09Make reference lookups apply precomposeunicodeRussell Belfer
2013-10-09Case sensitivity issues on LinuxRussell Belfer
2013-10-09Add Assembla unit testBen Straub
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-08tree: allow retrieval of raw attributesCarlos Martín Nieto
2013-10-05Add test for multiple thread init/shutdownBen Straub
2013-10-05Add git_repository_reset_filesystem and fix testsRussell Belfer
2013-10-04index: Make _read() cope with index file creationnulltoken
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-04Tabify indentationsnulltoken
2013-10-04indexer: do multiple passes over the delta listCarlos Martín Nieto
2013-10-04More cleanups to remove WIN assumptionsRussell Belfer
2013-10-04Update repo init with fewer platform assumptionsRussell Belfer
2013-10-03Clean up annoying warningsRussell Belfer
2013-10-03Wrap iconv stuff and write testsRussell Belfer
2013-10-03Simplify git_path_is_empty_dir implementationRussell Belfer
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-10-03Add check if we need to precompose unicode on MacRussell Belfer
2013-10-03Merge pull request #1888 from jamill/network_cancellationVicent Martí
2013-10-03Style tweaks and changes for code review feedbackJameson Miller
2013-10-03Merge branch 'development' into blameBen Straub
2013-10-03Merge pull request #1887 from libgit2/ntk/topic/git_message_rawVicent Martí
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-10-03HTTP: handle "relative" redirectsBen Straub
2013-10-02Fix broken online push testsJameson Miller