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
2018-10-05submodule: add failing test for option-injection protection in url and pathCarlos Martín Nieto
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-06-06tests: submodule: do not rely on config iteration orderPatrick Steinhardt
2018-05-30submodule: detect duplicated submodule pathsPatrick Steinhardt
2018-05-24submodule: plug leaks from the escape detectionCarlos Martín Nieto
2018-05-14submodule: also validate Windows-separated paths for validityCarlos Martín Nieto
2018-05-09submodule: ignore submodules which include path traversal in their nameCarlos Martín Nieto
2018-04-30submodule: add a failing test for a submodule escaping .git/modulesCarlos Martín Nieto
2018-04-17Merge pull request #4522 from csware/submodules-should-report-parse-errorsEdward Thomson
2018-03-28submodule: add more robust error handling when a submodule path is found on addCarson Howard
2018-03-27Submodule API should report .gitmodules parse errorsSven Strickroth
2018-03-27tests: submodule: insert index entries directly into indexCarson Howard
2018-03-27submodule: update index check to check path before directory and fix testsCarson Howard
2018-03-27submodule: fix styling errorsCarson Howard
2018-03-27test: submodule: add: join path without slashesCarson Howard
2018-03-27test: submodule: add: use p_mkdir to create directoriesCarson Howard
2018-03-27submodule: check index for prefix before adding submoduleCarson Howard
2017-08-25submodule: refuse lookup in bare repositoriesPatrick Steinhardt
2017-08-25tests: submodule: add explicit cleanup function in lookup testsPatrick Steinhardt
2017-08-25tests: submodule: fix declaration of testPatrick Steinhardt
2017-05-19repository: make check if repo is a worktree more strictPatrick Steinhardt
2017-05-17tests: add test suite for opening submodulesPatrick Steinhardt
2017-02-17tests: provide better pass/failure error messagesEdward Thomson
2017-01-21Allow for caching of submodules.Brock Peabody
2016-04-01status: test submodules with mixed caseEdward Thomson
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