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
path: root/src
AgeCommit message (Expand)Author
2014-06-14Merge pull request #2421 from libgit2/cmn/init-ssl-onceVicent Marti
2014-06-13http: fix typo in credentials logicCarlos Martín Nieto
2014-06-12ssl: init everything all the timeCarlos Martín Nieto
2014-06-12ssl: init also without threadsCarlos Martín Nieto
2014-06-12ssl: cargo-cult thread safetyCarlos Martín Nieto
2014-06-12ssl: use lockingCarlos Martín Nieto
2014-06-11netops: init OpenSSL once under lockCarlos Martín Nieto
2014-06-11revwalk: more sensible array handlingCarlos Martín Nieto
2014-06-10treebuilder: insert sortedCarlos Martín Nieto
2014-06-08Merge pull request #2407 from libgit2/cmn/remote-rename-morev0.21.0-rc1Vicent Marti
2014-06-07React to review feedbackPhilip Kelley
2014-06-07Win32: Fix object::cache::threadmania test on x64Philip Kelley
2014-06-07remote: don't free the remote on deleteCarlos Martín Nieto
2014-06-07remote: handle symrefs when renamingCarlos Martín Nieto
2014-06-06remote: return problem refspecs instead of using a callbackCarlos Martín Nieto
2014-06-06remote: make sure the name stays valid on renameCarlos Martín Nieto
2014-06-06remote: remove rename code for anonymous remotesCarlos Martín Nieto
2014-06-06remote: tighten up reference renamingCarlos Martín Nieto
2014-06-04Merge pull request #2399 from libgit2/cmn/path-to-pathVicent Marti
2014-06-04Merge pull request #2395 from libgit2/cmn/ref-iter-concurrentRussell Belfer
2014-06-03clone: re-use the local transport's path resolutionCarlos Martín Nieto
2014-06-03Merge pull request #2389 from arthurschreiber/arthur/set-error-when-no-remote...Vicent Marti
2014-06-02refs: copy the packed refs on iterationCarlos Martín Nieto
2014-06-01remote: build up the list of refs to removeCarlos Martín Nieto
2014-05-31minor cleanupsRussell Belfer
2014-05-31Clean up the handling of large binary diffsRussell Belfer
2014-05-30Remote: Set an error when a remote cannot be found.Arthur Schreiber
2014-05-30Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson
2014-05-30Refs: Introduce `git_refname_t`.Arthur Schreiber
2014-05-30Refs: Fix some issue when core.precomposeunicode = true.Arthur Schreiber
2014-05-30config: initialize the errorCarlos Martín Nieto
2014-05-29Merge pull request #2011 from libgit2/cmn/clone-localVicent Marti
2014-05-28clone: allow for linking in local cloneCarlos Martín Nieto
2014-05-28fileops: allow linking files when copying directory structuresCarlos Martín Nieto
2014-05-28clone: add flag not to linkCarlos Martín Nieto
2014-05-28clone: add flags to override whether to perform a local cloneCarlos Martín Nieto
2014-05-28clone: store the realpath when given a relative oneCarlos Martín Nieto
2014-05-28clone: perform a "local clone" when given a local pathCarlos Martín Nieto
2014-05-28Merge pull request #2380 from libgit2/cmn/index-add-modesVicent Marti
2014-05-28Merge pull request #2359 from e45lee/chmod-fixVicent Marti
2014-05-28Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCEEdward Thomson
2014-05-28Staticify `merge_config`Edward Thomson
2014-05-28Use a config snapshotEdward Thomson
2014-05-28Move GIT_MERGE_CONFIG_* to its own enumEdward Thomson
2014-05-28Introduce GIT_MERGE_CONFIG_* for merge.ff settingsEdward Thomson
2014-05-24Address style concerns in setting mkdir/copy flags.Edward Lee
2014-05-23odb: clear backend errors on successful readCarlos Martín Nieto
2014-05-22index: check for valid filemodes on addCarlos Martín Nieto
2014-05-22smart: initialize the error variableCarlos Martín Nieto
2014-05-22Plug leaks and fix a C99-ismCarlos Martín Nieto