aboutsummaryrefslogtreecommitdiffstats
path: root/submodule-config.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano1-0/+3
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye1-0/+3
2023-12-26submodule-config.h: remove unnecessary includeElijah Newren1-1/+0
2023-12-26treewide: remove unnecessary includes from header filesElijah Newren1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-1/+2
2023-02-23hash.h: move some oid-related declarations from cache.hElijah Newren1-1/+0
2022-05-20Merge branch 'pb/submodule-recurse-mode-enum'Junio C Hamano1-1/+1
2022-04-06submodule.h: use a named enum for RECURSE_SUBMODULES_*Philippe Blain1-1/+1
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-0/+34
2021-09-27submodule-config.h: remove unused SUBMODULE_INIT macroÆvar Arnfjörð Bjarmason1-4/+0
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares1-1/+1
2019-11-18submodule-config: move doc to submodule-config.hHeba Waly1-1/+37
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-10/+10
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite1-0/+1
2018-10-09submodule: add a print_config_from_gitmodules() helperAntonio Ospite1-0/+1
2018-06-26submodule-config: make 'config_from_gitmodules' privateAntonio Ospite1-7/+5
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite1-0/+1
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite1-0/+2
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite1-0/+11
2018-05-30Merge branch 'bc/object-id'Junio C Hamano1-3/+4
2018-05-29Sync with Git 2.17.1Junio C Hamano1-0/+7
2018-05-22Sync with Git 2.15.2Junio C Hamano1-0/+7
2018-05-22Sync with Git 2.14.4Junio C Hamano1-0/+7
2018-05-22Sync with Git 2.13.7Junio C Hamano1-0/+7
2018-05-21submodule-config: verify submodule names as pathsJeff King1-0/+7
2018-05-02submodule-config: convert structures to object_idbrian m. carlson1-3/+4
2018-03-29submodule-config: remove submodule_from_cacheStefan Beller1-3/+0
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller1-4/+6
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller1-1/+1
2017-10-17implement fetching of moved submodulesHeiko Voigt1-0/+3
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams1-5/+2
2017-08-03submodule-config: remove support for overlaying repository configBrandon Williams1-1/+0
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano1-6/+6
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams1-0/+1
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson1-6/+6
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano1-0/+3
2017-06-23submodule-config: store the_submodule_cache in the_repositoryBrandon Williams1-0/+10
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller1-0/+3
2017-03-15update submodules: add submodule config parsingStefan Beller1-8/+9
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano1-0/+3
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams1-0/+3
2016-11-22submodule-config: rename commit_sha1 to treeish_nameStefan Beller1-2/+2
2016-08-01submodule-config: keep configured branch aroundStefan Beller1-0/+1
2016-05-27submodule-config: keep shallow recommendation aroundStefan Beller1-0/+1
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano1-0/+2
2016-03-01submodule-config: keep update strategy aroundStefan Beller1-0/+2
2015-11-20push: add recurseSubmodules config optionMike Crowe1-0/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt1-0/+1
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt1-0/+1
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt1-0/+27