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-04indexer: fix thin packsCarlos Martín Nieto
2013-10-04pack: move the object header function hereCarlos Martín Nieto
2013-10-04indexer: do multiple passes over the delta listCarlos Martín Nieto
2013-10-02Merge pull request #1885 from ethomson/transport_registerVicent Martí
2013-10-02Add git_transport_register, git_transport_unregisterPhilip Kelley
2013-10-01Mark git__timer as inline on OSXBen Straub
2013-10-01Merge pull request #1882 from linquize/config-subsection-fixVicent Martí
2013-10-01Add negative test cases for config header with invalid charactersLinquize
2013-10-01Add test case to test ']' and '\\' characters in config subsectionLinquize
2013-10-01Config subsection name should allow to have ']' and '\\' should allow to esca...Linquize
2013-10-01Merge pull request #1879 from libgit2/redir-refactorVicent Martí
2013-10-01Merge pull request #1412 from jamill/push_progressVicent Martí
2013-10-01Merge pull request #1881 from libgit2/ignore-submodules-in-stashVicent Martí
2013-10-01Ensure submodule repos and indices are freedignore-submodules-in-stashBen Straub
2013-09-30Merge pull request #1878 from libgit2/ntk/fix/warningsVicent Martí
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-09-30Merge pull request #1883 from libgit2/ntk/fix/empty_first_commit_lineVicent Martí
2013-09-30commit: Trim message leading newlinesnulltoken
2013-09-30Tabify indentationsnulltoken
2013-09-28Test that submodules don't affect stashingJustin Spahr-Summers
2013-09-28Never consider submodules for stashingJustin Spahr-Summers
2013-09-28Merge pull request #1880 from ethomson/refdb_h_oopsieVicent Martí
2013-09-28Add refdb.h to git2.h, reorder git2.h sanelyEdward Thomson
2013-09-27Tighten up url-connection utilityBen Straub
2013-09-27WHOOPSBen Straub
2013-09-27Make sure utility doesn't leak memoryBen Straub
2013-09-27Adjust to new utility signatureBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-27Deploy gitno_connection_data into transportBen Straub
2013-09-26Fix warningsnulltoken
2013-09-26Refactor URL handling to use library callBen Straub
2013-09-26Migrate redirect URL handling to common utilityBen Straub
2013-09-26Why are we disabling redirects?Ben Straub
2013-09-26Merge pull request #1877 from libgit2/win32-redirectsBen Straub
2013-09-26Merge pull request #1876 from arrbee/fix-error-handling-docsVicent Martí
2013-09-25Win32: handle http->https redirectsBen Straub
2013-09-25The error handling docs are out of dateRussell Belfer
2013-09-25Merge pull request #1875 from ethomson/refdb_not_odbVicent Martí
2013-09-25That's the refdb, it's not the odb...Edward Thomson
2013-09-25Merge pull request #1873 from mikeando/doc_cleanupVicent Martí
2013-09-25Merge pull request #1874 from mikeando/doc_cleanup2Vicent Martí
2013-09-25Fixed formatting of diff-internals.mdMike Anderson
2013-09-25Cleaned up some tables in checkout-internals docMike Anderson
2013-09-25Merge pull request #1872 from libgit2/config-isolate-xdgVicent Martí
2013-09-25Make tests pass if XDG config existsRussell Belfer
2013-09-25Merge pull request #1871 from libgit2/cross-protocol-redirects-altVicent Martí
2013-09-25Prevent HTTPS to HTTP redirectRussell Belfer
2013-09-25Disconnect path string to preserve after redirectRussell Belfer
2013-09-24Merge pull request #1869 from ethomson/fs_iterator_race_2Vicent Martí
2013-09-24Ignore files that disappear while iteratingEdward Thomson