summaryrefslogtreecommitdiff
path: root/submodule-config.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Libravatar Junio C Hamano1-0/+20
2017-03-21Merge branch 'sb/submodule-config-parse-ignore-fix'Libravatar Junio C Hamano1-1/+1
2017-03-15update submodules: add submodule config parsingLibravatar Stefan Beller1-0/+20
2017-03-15submodule-config: correct error reporting for invalid ignore valueLibravatar Stefan Beller1-1/+1
2017-01-31Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano1-0/+2
2017-01-18Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-1/+1
2016-12-22submodules: load gitmodules file from commit sha1Libravatar Brandon Williams1-3/+3
2016-12-20submodules: add RECURSE_SUBMODULES_ONLY valueLibravatar Brandon Williams1-0/+2
2016-11-22submodule-config: rename commit_sha1 to treeish_nameLibravatar Stefan Beller1-23/+23
2016-11-22submodule config: inline config_from_{name, path}Libravatar Stefan Beller1-14/+2
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Libravatar Junio C Hamano1-1/+10
2016-08-08Merge branch 'va/i18n'Libravatar Junio C Hamano1-1/+1
2016-08-03Merge branch 'rs/submodule-config-code-cleanup'Libravatar Junio C Hamano1-16/+16
2016-08-01submodule-config: keep configured branch aroundLibravatar Stefan Beller1-1/+10
2016-07-28submodule-config: combine early return code into one gotoLibravatar Heiko Voigt1-19/+12
2016-07-28submodule-config: passing name reference for .gitmodule blobsLibravatar Heiko Voigt1-9/+17
2016-07-28i18n: config: unfold error messages marked for translationLibravatar Vasco Almeida1-1/+1
2016-07-19Merge branch 'bc/cocci'Libravatar Junio C Hamano1-1/+1
2016-07-19submodule-config: use explicit empty string instead of strbuf in config_from()Libravatar René Scharfe1-2/+1
2016-06-28coccinelle: convert hashcpy() with null_sha1 to hashclr()Libravatar brian m. carlson1-1/+1
2016-05-27submodule-config: keep shallow recommendation aroundLibravatar Stefan Beller1-0/+9
2016-05-18Merge branch 'sb/misc-cleanups' into HEADLibravatar Junio C Hamano1-6/+6
2016-05-10Merge branch 'sb/misc-cleanups'Libravatar Junio C Hamano1-6/+6
2016-04-29Merge branch 'ak/use-hashmap-iter-first-in-submodule-config' into maintLibravatar Junio C Hamano1-2/+1
2016-04-28submodule-config: don't shadow `cache`Libravatar Stefan Beller1-6/+6
2016-04-13Merge branch 'ak/use-hashmap-iter-first-in-submodule-config'Libravatar Junio C Hamano1-2/+1
2016-04-06Merge branch 'sb/submodule-parallel-update'Libravatar Junio C Hamano1-3/+16
2016-03-23submodule-config: use hashmap_iter_first()Libravatar Alexander Kuleshov1-2/+1
2016-03-01submodule-config: drop check against NULLLibravatar Stefan Beller1-3/+3
2016-03-01submodule-config: keep update strategy aroundLibravatar Stefan Beller1-0/+13
2016-02-22config: add 'origin_type' to config_source structLibravatar Lars Schneider1-2/+2
2016-02-19rename git_config_from_buf to git_config_from_memLibravatar Lars Schneider1-1/+1
2015-11-20push: add recurseSubmodules config optionLibravatar Mike Crowe1-0/+29
2015-10-12submodule-config: "goto" removal in parse_config()Libravatar Stefan Beller1-45/+29
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionLibravatar Heiko Voigt1-1/+28
2015-08-19submodule: use new config API for worktree configurationsLibravatar Heiko Voigt1-0/+12
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesLibravatar Heiko Voigt1-0/+443