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-12-21typos in commentsDmitriy Olshevskiy
2015-11-05submodule: test updating a submodule w/ a pathEdward Thomson
2015-09-21Merge pull request #3434 from ethomson/reservednamesCarlos Martín Nieto
2015-09-18repo::reservedname: test a submodule updateEdward Thomson
2015-09-18Fix a couple of warningsCarlos Martín Nieto
2015-09-17git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson
2015-09-10submodule: add a test for a renamed submdoule dirCarlos Martín Nieto
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-07-24Merge pull request #3307 from libgit2/cmn/submodule-backslashEdward Thomson
2015-07-24Merge pull request #3303 from libgit2/cmn/index-add-submoduleEdward Thomson
2015-07-13submodule: add failing test for backslash in urlCarlos Martín Nieto
2015-07-12blob: fail to create a blob from a dir with EDIRECTORYCarlos Martín Nieto
2015-07-11submdule: reproduce double-reporting of a submodule in foreachCarlos Martín Nieto
2015-07-01submodule: add failing test for loading the wrong submoduleCarlos Martín Nieto
2015-07-01submodule: completely remove reload_allCarlos Martín Nieto
2015-06-29submodule: remove trailing slashes from submodule pathsCarlos Martín Nieto
2015-06-25Rename FALLBACK to UNSPECIFIEDCarlos Martín Nieto
2015-06-22submodule: test unsetting config optionsCarlos Martín Nieto
2015-06-22submodule: test more accurately for non-existenceCarlos Martín Nieto
2015-06-22submodule: fix potential leak in the testsCarlos Martín Nieto
2015-06-22submodule: get rid of `_save()`Carlos Martín Nieto
2015-06-22submodule: make `_set_url()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto
2015-06-22submodule: make `_set_update()` affect the configurationCarlos Martín Nieto
2015-06-22submodule: add an ignore option to statusCarlos Martín Nieto
2015-06-22submodule: don't let status change an existing instanceCarlos Martín Nieto
2015-06-22submodule: make set_ignore() affect the configurationCarlos Martín Nieto
2015-06-22submodule: remove the per-repo cacheCarlos Martín Nieto
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