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-13Fix a few leaksCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-04-12Implement git_submodule_set_branch.Patrick Steinhardt
2015-03-12Fix git_submodule_sync writing URL to wrong key.Patrick Steinhardt
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-01-09Fix warningCarlos Martín Nieto
2015-01-09submodule::init tests: free some leaksEdward Thomson
2014-12-23Introduce a convenience function for submodule updateJameson Miller
2014-12-23submodule init should resolve relative url pathsJameson Miller
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-10-27submodule test: free submoduleEdward Thomson
2014-10-24remote: accept a repo and name for renamingCarlos Martín Nieto
2014-09-03Introduce option to use relative paths for repository work directoryJameson Miller
2014-06-08Merge pull request #2407 from libgit2/cmn/remote-rename-morev0.21.0-rc1Vicent Marti
2014-06-07Win32: Fix diff::workdir::submodules test #2361Philip Kelley
2014-06-06remote: return problem refspecs instead of using a callbackCarlos Martín Nieto
2014-04-03Test (and fix) the git_submodule_sync changesRussell Belfer
2014-04-03Minor code cleanupRussell Belfer
2014-04-03git_submodule_resolve_url supports relative urlsJan Melcher
2014-04-03Test git_submodule_add_setup with relative urlJan Melcher
2014-04-02More tests and fix submodule index refreshRussell Belfer
2014-04-02Remove most submodule reloads from testsRussell Belfer
2014-04-01Fix submodule accounting for name and path changesRussell Belfer
2014-03-27Fix error when submodule path and name differRussell Belfer
2014-03-27Fix segfault if gitmodules is invalidRussell Belfer
2014-03-26Merge pull request #2204 from libgit2/rb/submodule-reference-countingVicent Marti
2014-03-25Update behavior for untracked sub-reposRussell Belfer
2014-03-25Make submodules externally refcountedRussell Belfer
2014-01-30Make submodule fetchRecurse match other optionsRussell Belfer
2014-01-15refs: remove the _with_log differentiationCarlos Martín Nieto
2013-12-31Update test related to fetchRecurseSubmodulesLinquize
2013-11-15Rename tests-clar to testsBen Straub