summaryrefslogtreecommitdiff
path: root/submodule-config.c
AgeCommit message (Expand)Author
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite
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-09-27Sync with 2.19.1Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
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-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-03config: add options parameter to git_config_from_memJeff King
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesAntonio Ospite
2018-06-26submodule-config: pass repository as argument to config_from_gitmodulesAntonio 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-16object-store: move object access functions to object-store.hStefan Beller
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