summaryrefslogtreecommitdiff
path: root/submodule-config.c
Commit message (Expand)AuthorAgeFilesLines
* submodule-config: keep shallow recommendation aroundStefan Beller2016-05-271-0/+9
* Merge branch 'sb/misc-cleanups'Junio C Hamano2016-05-101-6/+6
|\
| * submodule-config: don't shadow `cache`sb/misc-cleanupsStefan Beller2016-04-281-6/+6
* | Merge branch 'ak/use-hashmap-iter-first-in-submodule-config'Junio C Hamano2016-04-131-2/+1
|\ \
| * | submodule-config: use hashmap_iter_first()ak/use-hashmap-iter-first-in-submodule-configAlexander Kuleshov2016-03-231-2/+1
| |/
* | Merge branch 'sb/submodule-parallel-update'Junio C Hamano2016-04-061-3/+16
|\ \
| * | submodule-config: drop check against NULLStefan Beller2016-03-011-3/+3
| * | submodule-config: keep update strategy aroundStefan Beller2016-03-011-0/+13
* | | config: add 'origin_type' to config_source structLars Schneider2016-02-221-2/+2
* | | rename git_config_from_buf to git_config_from_memLars Schneider2016-02-191-1/+1
| |/ |/|
* | push: add recurseSubmodules config optionMike Crowe2015-11-201-0/+29
|/
* submodule-config: "goto" removal in parse_config()sb/submodule-config-parseStefan Beller2015-10-121-45/+29
* submodule: allow erroneous values for the fetchRecurseSubmodules optionhv/submodule-configHeiko Voigt2015-08-191-1/+28
* submodule: use new config API for worktree configurationsHeiko Voigt2015-08-191-0/+12
* submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt2015-08-191-0/+443