summaryrefslogtreecommitdiff
path: root/submodule-config.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Libravatar Matheus Tavares1-1/+1
2019-11-18submodule-config: move doc to submodule-config.hLibravatar Heba Waly1-1/+37
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-10/+10
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionLibravatar Antonio Ospite1-0/+1
2018-10-09submodule: add a print_config_from_gitmodules() helperLibravatar Antonio Ospite1-0/+1
2018-06-26submodule-config: make 'config_from_gitmodules' privateLibravatar Antonio Ospite1-7/+5
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesLibravatar Antonio Ospite1-0/+1
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesLibravatar Antonio Ospite1-0/+2
2018-06-26config: move config_from_gitmodules to submodule-config.cLibravatar Antonio Ospite1-0/+11
2018-05-30Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+4
2018-05-29Sync with Git 2.17.1Libravatar Junio C Hamano1-0/+7
2018-05-22Sync with Git 2.15.2Libravatar Junio C Hamano1-0/+7
2018-05-22Sync with Git 2.14.4Libravatar Junio C Hamano1-0/+7
2018-05-22Sync with Git 2.13.7Libravatar Junio C Hamano1-0/+7
2018-05-21submodule-config: verify submodule names as pathsLibravatar Jeff King1-0/+7
2018-05-02submodule-config: convert structures to object_idLibravatar brian m. carlson1-3/+4
2018-03-29submodule-config: remove submodule_from_cacheLibravatar Stefan Beller1-3/+0
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Libravatar Stefan Beller1-4/+6
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesLibravatar Stefan Beller1-1/+1
2017-10-17implement fetching of moved submodulesLibravatar Heiko Voigt1-0/+3
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-5/+2
2017-08-03submodule-config: remove support for overlaying repository configLibravatar Brandon Williams1-1/+0
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano1-6/+6
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingLibravatar Brandon Williams1-0/+1
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson1-6/+6
2017-07-13Merge branch 'sb/pull-rebase-submodule'Libravatar Junio C Hamano1-0/+3
2017-06-23submodule-config: store the_submodule_cache in the_repositoryLibravatar Brandon Williams1-0/+10
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configLibravatar Stefan Beller1-0/+3
2017-03-15update submodules: add submodule config parsingLibravatar Stefan Beller1-8/+9
2017-01-18Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano1-0/+3
2016-12-22submodules: load gitmodules file from commit sha1Libravatar Brandon Williams1-0/+3
2016-11-22submodule-config: rename commit_sha1 to treeish_nameLibravatar Stefan Beller1-2/+2
2016-08-01submodule-config: keep configured branch aroundLibravatar Stefan Beller1-0/+1
2016-05-27submodule-config: keep shallow recommendation aroundLibravatar Stefan Beller1-0/+1
2016-04-06Merge branch 'sb/submodule-parallel-update'Libravatar Junio C Hamano1-0/+2
2016-03-01submodule-config: keep update strategy aroundLibravatar Stefan Beller1-0/+2
2015-11-20push: add recurseSubmodules config optionLibravatar Mike Crowe1-0/+1
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionLibravatar Heiko Voigt1-0/+1
2015-08-19submodule: use new config API for worktree configurationsLibravatar Heiko Voigt1-0/+1
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesLibravatar Heiko Voigt1-0/+27