| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-26 | Merge branch 'vd/fsck-submodule-url-test' | Junio C Hamano | 1 | -0/+3 |
| 2024-01-18 | submodule-config.h: move check_submodule_url | Victoria Dye | 1 | -0/+3 |
| 2023-12-26 | submodule-config.h: remove unnecessary include | Elijah Newren | 1 | -1/+0 |
| 2023-12-26 | treewide: remove unnecessary includes from header files | Elijah Newren | 1 | -1/+0 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -1/+2 |
| 2023-02-23 | hash.h: move some oid-related declarations from cache.h | Elijah Newren | 1 | -1/+0 |
| 2022-05-20 | Merge branch 'pb/submodule-recurse-mode-enum' | Junio C Hamano | 1 | -1/+1 |
| 2022-04-06 | submodule.h: use a named enum for RECURSE_SUBMODULES_* | Philippe Blain | 1 | -1/+1 |
| 2022-02-04 | branch: add --recurse-submodules option for branch creation | Glen Choo | 1 | -0/+34 |
| 2021-09-27 | submodule-config.h: remove unused SUBMODULE_INIT macro | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
| 2020-01-17 | submodule-config: add skip_if_read option to repo_read_gitmodules() | Matheus Tavares | 1 | -1/+1 |
| 2019-11-18 | submodule-config: move doc to submodule-config.h | Heba Waly | 1 | -1/+37 |
| 2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -1/+1 |
| 2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -10/+10 |
| 2018-10-09 | submodule: factor out a config_set_in_gitmodules_file_gently function | Antonio Ospite | 1 | -0/+1 |
| 2018-10-09 | submodule: add a print_config_from_gitmodules() helper | Antonio Ospite | 1 | -0/+1 |
| 2018-06-26 | submodule-config: make 'config_from_gitmodules' private | Antonio Ospite | 1 | -7/+5 |
| 2018-06-26 | submodule-config: add helper to get 'update-clone' config from .gitmodules | Antonio Ospite | 1 | -0/+1 |
| 2018-06-26 | submodule-config: add helper function to get 'fetch' config from .gitmodules | Antonio Ospite | 1 | -0/+2 |
| 2018-06-26 | config: move config_from_gitmodules to submodule-config.c | Antonio Ospite | 1 | -0/+11 |
| 2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+4 |
| 2018-05-29 | Sync with Git 2.17.1 | Junio C Hamano | 1 | -0/+7 |
| 2018-05-22 | Sync with Git 2.15.2 | Junio C Hamano | 1 | -0/+7 |
| 2018-05-22 | Sync with Git 2.14.4 | Junio C Hamano | 1 | -0/+7 |
| 2018-05-22 | Sync with Git 2.13.7 | Junio C Hamano | 1 | -0/+7 |
| 2018-05-21 | submodule-config: verify submodule names as paths | Jeff King | 1 | -0/+7 |
| 2018-05-02 | submodule-config: convert structures to object_id | brian m. carlson | 1 | -3/+4 |
| 2018-03-29 | submodule-config: remove submodule_from_cache | Stefan Beller | 1 | -3/+0 |
| 2018-03-29 | submodule-config: add repository argument to submodule_from_{name, path} | Stefan Beller | 1 | -4/+6 |
| 2018-03-29 | submodule-config: allow submodule_free to handle arbitrary repositories | Stefan Beller | 1 | -1/+1 |
| 2017-10-17 | implement fetching of moved submodules | Heiko Voigt | 1 | -0/+3 |
| 2017-08-03 | submodule-config: move submodule-config functions to submodule-config.c | Brandon Williams | 1 | -5/+2 |
| 2017-08-03 | submodule-config: remove support for overlaying repository config | Brandon Williams | 1 | -1/+0 |
| 2017-08-02 | Merge branch 'bc/object-id' into bw/submodule-config-cleanup | Junio C Hamano | 1 | -6/+6 |
| 2017-08-02 | submodule: remove submodule.fetchjobs from submodule-config parsing | Brandon Williams | 1 | -0/+1 |
| 2017-07-17 | submodule: convert submodule config lookup to use object_id | brian m. carlson | 1 | -6/+6 |
| 2017-07-13 | Merge branch 'sb/pull-rebase-submodule' | Junio C Hamano | 1 | -0/+3 |
| 2017-06-23 | submodule-config: store the_submodule_cache in the_repository | Brandon Williams | 1 | -0/+10 |
| 2017-06-23 | builtin/fetch: factor submodule recurse parsing out to submodule config | Stefan Beller | 1 | -0/+3 |
| 2017-03-15 | update submodules: add submodule config parsing | Stefan Beller | 1 | -8/+9 |
| 2017-01-18 | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 1 | -0/+3 |
| 2016-12-22 | submodules: load gitmodules file from commit sha1 | Brandon Williams | 1 | -0/+3 |
| 2016-11-22 | submodule-config: rename commit_sha1 to treeish_name | Stefan Beller | 1 | -2/+2 |
| 2016-08-01 | submodule-config: keep configured branch around | Stefan Beller | 1 | -0/+1 |
| 2016-05-27 | submodule-config: keep shallow recommendation around | Stefan Beller | 1 | -0/+1 |
| 2016-04-06 | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 1 | -0/+2 |
| 2016-03-01 | submodule-config: keep update strategy around | Stefan Beller | 1 | -0/+2 |
| 2015-11-20 | push: add recurseSubmodules config option | Mike Crowe | 1 | -0/+1 |
| 2015-08-19 | submodule: allow erroneous values for the fetchRecurseSubmodules option | Heiko Voigt | 1 | -0/+1 |
| 2015-08-19 | submodule: use new config API for worktree configurations | Heiko Voigt | 1 | -0/+1 |
| 2015-08-19 | submodule: implement a config API for lookup of .gitmodules values | Heiko Voigt | 1 | -0/+27 |