summaryrefslogtreecommitdiff
path: root/submodule-config.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson1-1/+1
2020-11-02hashmap: provide deallocation function namesLibravatar Elijah Newren1-2/+2
2020-08-18fetch: avoid reading submodule config until neededLibravatar Jonathan Tan1-2/+6
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King1-1/+2
2020-02-17Merge branch 'mr/show-config-scope'Libravatar Junio C Hamano1-1/+3
2020-02-10submodule-config: add subomdule config scopeLibravatar Matthew Rogers1-1/+3
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Libravatar Matheus Tavares1-12/+6
2019-12-16fix-typo: consecutive-word duplicationsLibravatar ryenus1-1/+1
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-2/+10
2019-12-06Sync with 2.21.1Libravatar Johannes Schindelin1-2/+10
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-2/+10
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-2/+10
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-2/+10
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-2/+10
2019-12-06submodule: reject submodule.update = !command in .gitmodulesLibravatar Jonathan Nieder1-2/+10
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong1-7/+3
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsLibravatar Eric Wong1-1/+1
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-2/+2
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Libravatar Eric Wong1-1/+3
2019-10-07hashmap: use *_entry APIs for iterationLibravatar Eric Wong1-3/+5
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-8/+12
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Libravatar Eric Wong1-2/+4
2019-10-07hashmap_put takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Libravatar Eric Wong1-2/+2
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-5/+5
2019-04-16submodule-config.c: use repo_get_oid for reading .gitmodulesLibravatar Nguyễn Thái Ngọc Duy1-13/+7
2019-02-20completion: add more parameter value completionLibravatar Nguyễn Thái Ngọc Duy1-1/+8
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Libravatar Junio C Hamano1-2/+66
2018-10-31submodule: support reading .gitmodules when it's not in the working treeLibravatar Antonio Ospite1-2/+29
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionLibravatar Antonio Ospite1-0/+12
2018-10-09submodule: add a print_config_from_gitmodules() helperLibravatar Antonio Ospite1-0/+25
2018-09-27Sync with 2.19.1Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with 2.18.1Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with 2.17.2Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with 2.15.3Libravatar Junio C Hamano1-0/+10
2018-09-27Sync with Git 2.14.4Libravatar Junio C Hamano1-0/+10
2018-09-27submodule-config: ban submodule paths that start with a dashLibravatar Jeff King1-0/+2
2018-09-27submodule-config: ban submodule urls that start with dashLibravatar Jeff King1-0/+8
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-2/+2
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Libravatar Junio C Hamano1-1/+1
2018-07-18Merge branch 'ao/config-from-gitmodules'Libravatar Junio C Hamano1-12/+63
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-0/+1
2018-07-03config: add options parameter to git_config_from_memLibravatar Jeff King1-1/+1
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesLibravatar Antonio Ospite1-29/+21
2018-06-26submodule-config: pass repository as argument to config_from_gitmodulesLibravatar Antonio Ospite1-5/+5
2018-06-26submodule-config: make 'config_from_gitmodules' privateLibravatar Antonio Ospite1-4/+4
2018-06-26submodule-config: add helper to get 'update-clone' config from .gitmodulesLibravatar Antonio Ospite1-0/+14
2018-06-26submodule-config: add helper function to get 'fetch' config from .gitmodulesLibravatar Antonio Ospite1-0/+28