summaryrefslogtreecommitdiffstats
path: root/submodule-config.c (follow)
Commit message (Expand)AuthorAgeLines
* submodule-config: pass repo upon blob config readJonathan Tan2021-09-08-2/+3
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-27-1/+1
* hashmap: provide deallocation function namesElijah Newren2020-11-02-2/+2
* fetch: avoid reading submodule config until neededJonathan Tan2020-08-18-2/+6
* parse_config_key(): return subsection len as size_tJeff King2020-04-10-1/+2
* Merge branch 'mr/show-config-scope'Junio C Hamano2020-02-17-1/+3
|\
| * submodule-config: add subomdule config scopeMatthew Rogers2020-02-10-1/+3
* | submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares2020-01-17-12/+6
|/
* fix-typo: consecutive-word duplicationsryenus2019-12-16-1/+1
* Sync with 2.23.1Johannes Schindelin2019-12-06-2/+10
|\
| * Sync with 2.21.1Johannes Schindelin2019-12-06-2/+10
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-06-2/+10
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-06-2/+10
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-06-2/+10
| | | | |\
| | | | | * Sync with 2.15.4Johannes Schindelin2019-12-06-2/+10
| | | | | |\
| | | | | | * submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder2019-12-06-2/+10
* | | | | | | hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-07-7/+3
* | | | | | | OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-07-1/+1
* | | | | | | hashmap: introduce hashmap_free_entriesEric Wong2019-10-07-2/+2
* | | | | | | hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong2019-10-07-1/+3
* | | | | | | hashmap: use *_entry APIs for iterationEric Wong2019-10-07-3/+5
* | | | | | | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-07-8/+12
* | | | | | | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-07-2/+4
* | | | | | | hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-07-1/+1
* | | | | | | hashmap_remove takes "const struct hashmap_entry *"Eric Wong2019-10-07-1/+1
* | | | | | | hashmap_get takes "const struct hashmap_entry *"Eric Wong2019-10-07-2/+2
* | | | | | | hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-07-1/+1
* | | | | | | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-07-5/+5
|/ / / / / /
* | | | | | submodule-config.c: use repo_get_oid for reading .gitmodulesNguyễn Thái Ngọc Duy2019-04-16-13/+7
* | | | | | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-20-1/+8
|/ / / / /
* | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-13-2/+66
|\ \ \ \ \
| * | | | | submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite2018-10-31-2/+29
| * | | | | submodule: factor out a config_set_in_gitmodules_file_gently functionAntonio Ospite2018-10-09-0/+12
| * | | | | submodule: add a print_config_from_gitmodules() helperAntonio Ospite2018-10-09-0/+25
* | | | | | Sync with 2.19.1Junio C Hamano2018-09-27-0/+10
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Sync with 2.18.1Junio C Hamano2018-09-27-0/+10
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Sync with 2.17.2Junio C Hamano2018-09-27-0/+10
| | |\| |
| | | * | Sync with 2.15.3Junio C Hamano2018-09-27-0/+10
| | | |\|
| | | | * Sync with Git 2.14.4Junio C Hamano2018-09-27-0/+10
| | | | |\
| | | | | * submodule-config: ban submodule paths that start with a dashJeff King2018-09-27-0/+2
| | | | | * submodule-config: ban submodule urls that start with dashJeff King2018-09-27-0/+8
* | | | | | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-29-2/+2
|/ / / / /
* | | | | Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano2018-08-02-1/+1
|\ \ \ \ \
| * | | | | config: add options parameter to git_config_from_memJeff King2018-07-03-1/+1
| |/ / / /
* | | | | Merge branch 'ao/config-from-gitmodules'Junio C Hamano2018-07-18-12/+63
|\ \ \ \ \
| * | | | | submodule-config: reuse config_from_gitmodules in repo_read_gitmodulesAntonio Ospite2018-06-26-29/+21
| * | | | | submodule-config: pass repository as argument to config_from_gitmodulesAntonio Ospite2018-06-26-5/+5
| * | | | | submodule-config: make 'config_from_gitmodules' privateAntonio Ospite2018-06-26-4/+4
| * | | | | submodule-config: add helper to get 'update-clone' config from .gitmodulesAntonio Ospite2018-06-26-0/+14
| * | | | | submodule-config: add helper function to get 'fetch' config from .gitmodulesAntonio Ospite2018-06-26-0/+28