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-05-13Merge pull request #3115 from libgit2/cmn/clone-submoduleEdward Thomson
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-12submodule: add test initialising and cloning a repoCarlos Martín Nieto
2015-03-17clone: add failing test for local transport with a tagCarlos Martín Nieto
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-03-03repository: remove log message override for switching the active branchCarlos 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-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-10-27clone::local test: isalpha -> git__isalphaEdward Thomson
2014-10-23Remote paths: canonicalize UNC paths on Win32Edward Thomson
2014-08-14Custom transport: minor cleanupsEdward Thomson
2014-07-12Handle local file:/// paths on WindowsEdward Thomson
2014-07-02Merge pull request #2455 from ethomson/equal_oidVicent Marti
2014-07-02clone: remote git_clone_into{,_local} from the public APICarlos Martín Nieto
2014-07-01Introduce cl_assert_equal_oidEdward Thomson
2014-06-27Improvements to git_transport extensibilityPhilip Kelley
2014-05-29clone: more explicit local testsCarlos Martín Nieto
2014-05-28clone: allow for linking in local cloneCarlos 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-04-02remote: write tests for cloning from an empty repoCarlos Martín Nieto
2014-03-07Merge pull request #2028 from libgit2/options-namesVicent Marti
2014-03-07Plug a few leaks in the testsCarlos Martín Nieto
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-01-31Enhance testing of signature parametersBen Straub
2014-01-31Augment clone API with reflog parametersBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-27branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto
2013-12-11Update clone doc and tests for callback return valRussell Belfer
2013-11-15Rename tests-clar to testsBen Straub