Age | Commit message (Expand) | Author | Files | Lines |
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 |