summaryrefslogtreecommitdiff
path: root/submodule-config.c
AgeCommit message (Expand)Author
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares
2019-12-16fix-typo: consecutive-word duplicationsryenus
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
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
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-04-16submodule-config.c: use repo_get_oid for reading .gitmodulesNguyễn Thái Ngọc Duy
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
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