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
2014-07-04Add a CHANGELOG entry for refspecs with asterisk in the middlecmn/refspec-start-middleCarlos Martín Nieto
2014-07-04refspec: support asterisks in the middle of a patternCarlos Martín Nieto
2014-07-04refspec: short-circuit non-pattern refspecs on transformCarlos Martín Nieto
2014-07-04Merge pull request #2461 from jacquesg/ssh2-warningsCarlos Martín Nieto
2014-07-03Include libssh2.h before git2.h (transport.h)Jacques Germishuys
2014-07-03Fix git_cred_ssh_interactive_callback signatureJacques Germishuys
2014-07-03Merge pull request #2460 from libgit2/cmn/sched-yieldVicent Marti
2014-07-03Move yield to the tests and enable for FreeBSDcmn/sched-yieldCarlos Martín Nieto
2014-07-03Merge pull request #2459 from libgit2/cmn/http-url-pathVicent Marti
2014-07-03netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto
2014-07-02Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti
2014-07-02Merge pull request #2455 from ethomson/equal_oidVicent Marti
2014-07-02Merge pull request #2453 from ethomson/checkout_indexVicent Marti
2014-07-02Merge pull request #2452 from libgit2/cmn/clone-custom-repoVicent Marti
2014-07-02Merge pull request #2456 from libgit2/cmn/ssh-send-everythingVicent Marti
2014-07-02ssh: libssh2_channel_write() behaves like send()cmn/ssh-send-everythingCarlos Martín Nieto
2014-07-02clone: remote git_clone_into{,_local} from the public APICarlos Martín Nieto
2014-07-02clone: add a callback for repository creationCarlos Martín Nieto
2014-07-02git_checkout_index: checkout other indexesEdward Thomson
2014-07-01revwalk::simplify test should testEdward Thomson
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-07-01Merge pull request #2451 from libgit2/rb/round-up-pool-allocationsVicent Marti
2014-07-01ssh: always declare the libssh2 typescmn/maint-21Carlos Martín Nieto
2014-06-30Round up pool alloc sizes for alignmentRussell Belfer
2014-06-30Merge pull request #2440 from phkelley/transportsVicent Marti
2014-06-30ssh: create the right callback signature based on build optionsCarlos Martín Nieto
2014-06-30ssl: init only once without threadsCarlos Martín Nieto
2014-06-27Merge pull request #2447 from phkelley/pkt_assertVicent Marti
2014-06-27Fix assert when receiving uncommon sideband packetPhilip Kelley
2014-06-27Improvements to git_transport extensibilityPhilip Kelley
2014-06-26Merge pull request #2445 from ethomson/checkout_conflict_testVicent Marti
2014-06-26checkout::conflict tests: only test owner modeEdward Thomson
2014-06-26Merge pull request #2444 from libgit2/phkelley/flexarrayPhilip Kelley
2014-06-26Fixes #2443 Zero size arrays are an extensionPhilip Kelley
2014-06-25Merge pull request #2442 from libgit2/cmn/leaksVicent Marti
2014-06-25pack: clean up error returnsCarlos Martín Nieto
2014-06-25tree: free in error conditionsCarlos Martín Nieto
2014-06-25pack: free the new pack struct if we fail to insertCarlos Martín Nieto
2014-06-25travis: build the master branchCarlos Martín Nieto
2014-06-25Merge pull request #2435 from ethomson/text_attrVicent Marti
2014-06-25Merge pull request #2439 from ethomson/revert_exportVicent Marti
2014-06-25Export git_revert_commitEdward Thomson
2014-06-24Update text=auto / core.autocrlf=false behaviorEdward Thomson
2014-06-24Add CHANGELOG entry for mixed-EOL fixCarlos Martín Nieto
2014-06-24Merge remote-tracking branch 'upstream/cmn/mixed-eol-passthrough'Carlos Martín Nieto
2014-06-24Add CHANGELOG entry for treebuilder mapCarlos Martín Nieto
2014-06-24Merge remote-tracking branch 'upstream/cmn/treebuilder-perf'Carlos Martín Nieto
2014-06-24Add CHANGELOG entry for shared packsCarlos Martín Nieto
2014-06-24Merge branch 'cmn/global-mwf'Carlos Martín Nieto
2014-06-24Merge pull request #2434 from libgit2/rb/contributing-updatesVicent Marti