summaryrefslogtreecommitdiffstats
path: root/submodule-config.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano2017-07-131-6/+8
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-6/+8
* | | | submodule-config: store the_submodule_cache in the_repositoryBrandon Williams2017-06-231-18/+52
|/ / /
* / / config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/ /
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-0/+20
|\ \
| * | update submodules: add submodule config parsingStefan Beller2017-03-151-0/+20
| |/
* | Merge branch 'sb/submodule-config-parse-ignore-fix'Junio C Hamano2017-03-211-1/+1
|\ \ | |/ |/|
| * submodule-config: correct error reporting for invalid ignore valueStefan Beller2017-03-151-1/+1
* | Merge branch 'bw/push-submodule-only'Junio C Hamano2017-01-311-0/+2
|\ \
| * | submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams2016-12-201-0/+2
| |/
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-181-1/+1
|\ \
| * | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-221-3/+3
| |/
* | submodule-config: rename commit_sha1 to treeish_nameStefan Beller2016-11-221-23/+23
* | submodule config: inline config_from_{name, path}Stefan Beller2016-11-221-14/+2
|/
* 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`Stefan 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()Alexander 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()Stefan Beller2015-10-121-45/+29
* submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko 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