summaryrefslogtreecommitdiff
path: root/submodule-config.c
AgeCommit message (Expand)Author
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King
2018-09-27submodule-config: ban submodule urls that start with dashJeff King
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-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
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
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano
2017-08-22Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano
2017-08-11Merge branch 'bc/object-id'Junio C Hamano
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ă…gren
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileBrandon Williams
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon 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-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-05submodule-config.c: drop hashmap_cmp_fn castStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
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-06-15config: don't include config.h by defaultBrandon Williams
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-21Merge branch 'sb/submodule-config-parse-ignore-fix'Junio C Hamano
2017-03-16update submodules: add submodule config parsingStefan Beller
2017-03-15submodule-config: correct error reporting for invalid ignore valueStefan Beller
2017-01-31Merge branch 'bw/push-submodule-only'Junio C Hamano
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams
2016-12-20submodules: add RECURSE_SUBMODULES_ONLY valueBrandon Williams
2016-11-22submodule-config: rename commit_sha1 to treeish_nameStefan Beller
2016-11-22submodule config: inline config_from_{name, path}Stefan Beller
2016-08-10Merge branch 'sb/submodule-update-dot-branch'Junio C Hamano