summary refs log tree commit diff
path: root/submodule-config.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano1-1/+1
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila1-1/+1
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-0/+61
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan1-2/+3
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson1-1/+1
2020-11-02hashmap: provide deallocation function namesElijah Newren1-2/+2
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan1-2/+6
2020-04-10parse_config_key(): return subsection len as size_tJeff King1-1/+2
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano1-1/+3
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers1-1/+3
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares1-12/+6
2019-12-16fix-typo: consecutive-word duplicationsryenus1-1/+1
2019-12-06Sync with 2.23.1Johannes Schindelin1-2/+10
2019-12-06Sync with 2.21.1Johannes Schindelin1-2/+10
2019-12-06Sync with 2.19.3Johannes Schindelin1-2/+10
2019-12-06Sync with 2.18.2Johannes Schindelin1-2/+10
2019-12-06Sync with 2.17.3Johannes Schindelin1-2/+10
2019-12-06Sync with 2.15.4Johannes Schindelin1-2/+10
2019-12-06submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder1-2/+10
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-7/+3
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong1-1/+1
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-2/+2
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong1-1/+3
2019-10-07hashmap: use *_entry APIs for iterationEric Wong1-3/+5
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-8/+12
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-2/+4
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-2/+2
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-5/+5
2019-04-16submodule-config.c: use repo_get_oid for reading .gitmodulesNguyễn Thái Ngọc Duy1-13/+7
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-1/+8
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano1-2/+66
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite1-2/+29
2018-10-09submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite1-0/+12
2018-10-09submodule: add a print_config_from_gitmodules() helperAntonio Ospite1-0/+25
2018-09-27Sync with 2.19.1Junio C Hamano1-0/+10
2018-09-27Sync with 2.18.1Junio C Hamano1-0/+10
2018-09-27Sync with 2.17.2Junio C Hamano1-0/+10
2018-09-27Sync with 2.15.3Junio C Hamano1-0/+10
2018-09-27Sync with Git 2.14.4Junio C Hamano1-0/+10
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King1-0/+2
2018-09-27submodule-config: ban submodule urls that start with dashJeff King1-0/+8
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-2/+2
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano1-1/+1
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano1-12/+63
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-07-03config: add options parameter to git_config_from_memJeff King1-1/+1
2018-06-26submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesAntonio Ospite1-29/+21