summaryrefslogtreecommitdiff
path: root/submodule-config.h
AgeCommit message (Expand)Author
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite
2018-10-09submodule: add a print_config_from_gitmodules() helperAntonio Ospite
2018-06-26submodule-config: make 'config_from_gitmodules' privateAntonio Ospite
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-29Sync with Git 2.17.1Junio C Hamano
2018-05-22Sync with Git 2.15.2Junio C Hamano
2018-05-22Sync with Git 2.14.4Junio C Hamano
2018-05-22Sync with Git 2.13.7Junio C Hamano
2018-05-22submodule-config: verify submodule names as pathsJeff King
2018-05-02submodule-config: convert structures to object_idbrian m. carlson
2018-03-29submodule-config: remove submodule_from_cacheStefan Beller
2018-03-29submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller
2018-03-29submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller
2017-10-17implement fetching of moved submodulesHeiko Voigt
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams
2017-08-03submodule-config: remove support for overlaying repository configBrandon Williams
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupJunio C Hamano
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingBrandon Williams
2017-07-17submodule: convert submodule config lookup to use object_idbrian m. carlson
2017-07-13Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
2017-06-24submodule-config: store the_submodule_cache in the_repositoryBrandon Williams
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configStefan Beller
2017-03-16update submodules: add submodule config parsingStefan Beller
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams
2016-11-22submodule-config: rename commit_sha1 to treeish_nameStefan Beller
2016-08-01submodule-config: keep configured branch aroundStefan Beller
2016-05-27submodule-config: keep shallow recommendation aroundStefan Beller
2016-04-06Merge branch 'sb/submodule-parallel-update'Junio C Hamano
2016-03-01submodule-config: keep update strategy aroundStefan Beller
2015-11-20push: add recurseSubmodules config optionMike Crowe
2015-08-19submodule: allow erroneous values for the fetchRecurseSubmodules optionHeiko Voigt
2015-08-19submodule: use new config API for worktree configurationsHeiko Voigt
2015-08-19submodule: implement a config API for lookup of .gitmodules valuesHeiko Voigt