summaryrefslogtreecommitdiff
path: root/tests/submodule/modify.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalEdward Thomson2021-09-301-3/+3
* tests: submodule: verify setup of relative URLsPatrick Steinhardt2020-01-061-0/+21
* submodule: test unsetting config optionsCarlos Martín Nieto2015-06-221-13/+29
* submodule: test more accurately for non-existenceCarlos Martín Nieto2015-06-221-4/+4
* submodule: get rid of `_save()`Carlos Martín Nieto2015-06-221-9/+0
* submodule: make `_set_url()` affect the configurationCarlos Martín Nieto2015-06-221-39/+6
* submodule: make `_set_branch()` affect the configurationCarlos Martín Nieto2015-06-221-14/+20
* submodule: make `_set_update_fetch_recurse_submodules()` affect the configCarlos Martín Nieto2015-06-221-28/+16
* submodule: make `_set_update()` affect the configurationCarlos Martín Nieto2015-06-221-21/+11
* submodule: make set_ignore() affect the configurationCarlos Martín Nieto2015-06-221-16/+11
* submodule: remove the per-repo cacheCarlos Martín Nieto2015-06-221-2/+0
* Fix a few leaksCarlos Martín Nieto2015-05-131-0/+1
* Implement git_submodule_set_branch.Patrick Steinhardt2015-04-121-3/+25
* Fix git_submodule_sync writing URL to wrong key.Patrick Steinhardt2015-03-121-3/+3
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-12/+5
* Introduce a convenience function for submodule updatejamill/submodule_updateJameson Miller2014-12-221-5/+5
* Test (and fix) the git_submodule_sync changesRussell Belfer2014-04-031-8/+26
* git_submodule_resolve_url supports relative urlsJan Melcher2014-04-031-73/+0
* Test git_submodule_add_setup with relative urlJan Melcher2014-04-031-0/+24
* Make submodules externally refcountedRussell Belfer2014-03-251-7/+15
* Make submodule fetchRecurse match other optionsRussell Belfer2014-01-301-14/+20
* Update test related to fetchRecurseSubmodulesLinquize2013-12-311-8/+17
* Rename tests-clar to testsBen Straub2013-11-141-0/+253