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-08-25Merge pull request #3355 from palmin/palmin/fix-2830HEADmasterCarlos Martín Nieto
2015-08-20Merge pull request #3388 from libgit2/cmn/smart-callbacksCarlos Martín Nieto
2015-08-20Merge pull request #3389 from libgit2/cmn/old-securityCarlos Martín Nieto
2015-08-19CMake: fall back to OpenSSL on older OS XCarlos Martín Nieto
2015-08-19cred: add a free function wrapperCarlos Martín Nieto
2015-08-19transport: provide a way to get the callbacksCarlos Martín Nieto
2015-08-18Merge pull request #3387 from leoyanggit/build_warningCarlos Martín Nieto
2015-08-17Fix build warning: implicit declaration of function ‘git_transaction_config...Leo Yang
2015-08-17Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum
2015-08-15Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson
2015-08-15Merge pull request #3384 from libgit2/cmn/regex-nofailEdward Thomson
2015-08-15Merge pull request #3383 from libgit2/cmn/http-errorEdward Thomson
2015-08-15diff: don't error out on an invalid regexCarlos Martín Nieto
2015-08-15http: propagate the credentials callback's error codeCarlos Martín Nieto
2015-08-14Merge pull request #3362 from libgit2/cmn/curl-proxyauth-anyCarlos Martín Nieto
2015-08-14Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr
2015-08-13Merge pull request #3168 from libgit2/cmn/config-txEdward Thomson
2015-08-12Merge pull request #3372 from libgit2/cmn/mirror-refspecEdward Thomson
2015-08-12config: perform unlocking via git_transactionCarlos Martín Nieto
2015-08-12config: expose locking via the main APICarlos Martín Nieto
2015-08-12config: implement basic transactional supportCarlos Martín Nieto
2015-08-12config: write the modified file to memoryCarlos Martín Nieto
2015-08-12Merge pull request #3363 from ripdev/masterCarlos Martín Nieto
2015-08-11remote: don't confuse tag auto-follow rules with refspec matchingCarlos Martín Nieto
2015-08-11remote: add failing test for a mirror refspecCarlos Martín Nieto
2015-08-06curl: use the most secure auth method for the proxyCarlos Martín Nieto
2015-08-06Forcing libssh2 lib locationSlava Karpenko
2015-08-06Merge pull request #3360 from nodegit/master-duplicate-basename-fixEdward Thomson
2015-08-05Fix duplicate basenames to support older VSJohn Haley
2015-08-04Merge pull request #3351 from ethomson/error_bufCarlos Martín Nieto
2015-08-04errors: tighten up git_error_state OOMs a bit moreEdward Thomson
2015-08-03Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329'Edward Thomson
2015-08-03Test: check restored oom error points to static bufferMichael Procter
2015-08-03Make giterr_restore aware of g_git_oom_errorMichael Procter
2015-08-03Make giterr_detach no longer publicMichael Procter
2015-08-03Ensure static oom error message not detachedMichael Procter
2015-08-03Add failing test for capture/restore oom errorMichael Procter
2015-08-03Merge pull request #3325 from libgit2/cmn/filebuf-rename-errorEdward Thomson
2015-08-03Merge pull request #3344 from libgit2/cmn/add-unreg-submoduleEdward Thomson
2015-08-03Merge pull request #3348 from MrHacky/remote-path-with-tildeCarlos Martín Nieto
2015-08-03Handle ssh:// and git:// urls containing a '~' character.Simon
2015-08-01index: stage an unregistered submodule as wellCarlos Martín Nieto
2015-08-01index: test that an unregistered submodule gets stagedCarlos Martín Nieto
2015-08-01index: add test for adding an old-style submodule to indexLinquize
2015-08-01Merge pull request #3332 from phatblat/ben/doc-warningsCarlos Martín Nieto
2015-07-31Merge pull request #3341 from stewid/pedantic-compiler-warningEdward Thomson
2015-07-31Remove extra semicolon outside of a functionStefan Widgren
2015-07-30Merge pull request #3328 from libgit2/cmn/iterator-skip-diriterEdward Thomson
2015-07-30Merge pull request #3339 from palmin/palmin-issue-3338Edward Thomson
2015-07-29case-insensitive check for WWW-Authenticate headerAnders Borum