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
2015-07-02git__getenv: utf-8 aware env readerEdward Thomson
2015-06-12clone: set the credentials callback during testingCarlos Martín Nieto
2015-06-12push: pass the callbacks during setup as wellCarlos Martín Nieto
2015-05-29Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto
2015-05-27test: Add a test for in-memory SSH private key cred_cbMichał Górny
2015-05-17clone: don't rely on auto-saving for single-branchCarlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto
2015-05-13remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto
2015-05-13remote: move the transport ctor to the callbacksCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-01Merge pull request #3059 from libgit2/cmn/negotiation-notifyEdward Thomson
2015-04-22Fix for Issue #3023 tests fail with no networkcthomas
2015-04-19push: report the update plan to the callerCarlos Martín Nieto
2015-03-16Add failing test for cert callback with non-ecrypted streamCarlos Martín Nieto
2015-03-13Put back the number of expected references to 6 from the test repoCarlos Martín Nieto
2015-03-03push: remove reflog message overrideCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-27clone: drop now unnecessary SAFE_CREATEEdward Thomson
2014-12-30remote: remove git_push from the public APICarlos Martín Nieto
2014-12-06notes: move the notes name argumentCarlos Martín Nieto
2014-11-19fetch: clear the connection data on closeCarlos Martín Nieto
2014-11-18Merge pull request #2608 from libgit2/cmn/remote-pushEdward Thomson
2014-11-18Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson
2014-11-09push: use the common refspec parserCarlos Martín Nieto
2014-11-09remote: use configured push refspecs if none are givenCarlos Martín Nieto
2014-11-09push: move main test function to git_remote_push()Carlos Martín Nieto
2014-11-09remote: introduce git_remote_push()Carlos Martín Nieto
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-10-10Merge pull request #2574 from csware/hostname-for-certificate_check_cbEdward Thomson
2014-10-09Add tests for host namesSven Strickroth
2014-09-30remote: use active refspec override in the testsCarlos Martín Nieto
2014-09-30remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto
2014-09-22Provide host name to certificate_check_cbSven Strickroth
2014-09-16ssh: skip the localhost cert check earlierCarlos Martín Nieto
2014-09-16ssh: expose both hashesCarlos Martín Nieto
2014-09-16ssh: provide our own types for host key lengthsCarlos Martín Nieto
2014-09-16net: use only structs to pass information about certCarlos Martín Nieto
2014-09-16Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto
2014-09-16ssh: add test for host keyCarlos Martín Nieto
2014-09-16winhttp: credential check on successful connectCarlos Martín Nieto
2014-09-16Bring certificate check back to the normal return codeCarlos Martín Nieto
2014-09-16ssh: do ssh cert info before asking for credentialsCarlos Martín Nieto
2014-09-16transport: always call the certificate check callbackCarlos Martín Nieto
2014-09-16remote: add tests for the certificate callbackCarlos Martín Nieto
2014-09-16Provide a callback for certificate validationCarlos Martín Nieto
2014-09-15Merge pull request #2554 from linquize/fetch-head-tagVicent Marti
2014-09-05When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize
2014-09-03Merge pull request #2545 from linquize/no-sshVicent Marti
2014-09-01Skip SSH clone tests if libgit2 not built with GIT_SSH definedLinquize