summaryrefslogtreecommitdiff
path: root/submodule-config.c
Commit message (Expand)AuthorAgeFilesLines
* submodule-config: correct error reporting for invalid ignore valuesb/submodule-config-parse-ignore-fixStefan Beller2017-03-151-1/+1
* Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano2016-08-101-1/+10
|\
| * submodule-config: keep configured branch aroundStefan Beller2016-08-011-1/+10
* | Merge branch 'va/i18n'Junio C Hamano2016-08-081-1/+1
|\ \
| * | i18n: config: unfold error messages marked for translationVasco Almeida2016-07-281-1/+1
| |/
* | Merge branch 'rs/submodule-config-code-cleanup'Junio C Hamano2016-08-031-16/+16
|\ \ | |/ |/|
| * submodule-config: combine early return code into one gotoHeiko Voigt2016-07-281-19/+12
| * submodule-config: passing name reference for .gitmodule blobsHeiko Voigt2016-07-281-9/+17
| * submodule-config: use explicit empty string instead of strbuf in config_from()René Scharfe2016-07-191-2/+1
| * Merge branch 'sb/misc-cleanups' into HEADJunio C Hamano2016-05-181-6/+6
| |\
| * \ Merge branch 'ak/use-hashmap-iter-first-in-submodule-config' into maintJunio C Hamano2016-04-291-2/+1
| |\ \
* | \ \ Merge branch 'bc/cocci'Junio C Hamano2016-07-191-1/+1
|\ \ \ \
| * | | | coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson2016-06-281-1/+1
* | | | | 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