Age | Commit message (Expand) | Author | Files | Lines |
2017-10-17 | implement fetching of moved submodules | Heiko Voigt | 1 | -0/+35 |
2017-10-08 | fetch: add test to make sure we stay backwards compatible | Heiko Voigt | 1 | -1/+41 |
2017-08-23 | Merge branch 'hv/t5526-andand-chain-fix' | Junio C Hamano | 1 | -4/+4 |
2017-08-17 | t5526: fix some broken && chains | Heiko Voigt | 1 | -4/+4 |
2017-06-01 | builtin/fetch.c: respect 'submodule.recurse' option | Stefan Beller | 1 | -0/+10 |
2016-09-01 | submodule: avoid auto-discovery in prepare_submodule_repo_env() | Junio C Hamano | 1 | -0/+35 |
2016-03-01 | fetching submodules: respect `submodule.fetchJobs` config option | Stefan Beller | 1 | -0/+14 |
2015-12-16 | submodules: allow parallel fetching, add tests and documentation | Stefan Beller | 1 | -0/+20 |
2015-12-16 | submodule.c: write "Fetching submodule <foo>" to stderr | Jonathan Nieder | 1 | -25/+26 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -5/+5 |
2011-06-20 | fetch: Also fetch submodules in subdirectories in on-demand mode | Jens Lehmann | 1 | -8/+8 |
2011-04-12 | i18n: do not overuse C_LOCALE_OUTPUT | Junio C Hamano | 1 | -57/+36 |
2011-04-04 | Merge branch 'jl/submodule-fetch-on-demand' | Junio C Hamano | 1 | -0/+255 |
2011-03-09 | i18n: git-fetch formatting messages | Ævar Arnfjörð Bjarmason | 1 | -8/+32 |
2011-03-09 | fetch/pull: Don't recurse into a submodule when commits are already present | Jens Lehmann | 1 | -0/+19 |
2011-03-09 | Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' option | Jens Lehmann | 1 | -0/+28 |
2011-03-09 | config: teach the fetch.recurseSubmodules option the 'on-demand' value | Jens Lehmann | 1 | -0/+28 |
2011-03-09 | fetch/pull: Add the 'on-demand' value to the --recurse-submodules option | Jens Lehmann | 1 | -0/+71 |
2011-03-09 | fetch/pull: recurse into submodules when necessary | Jens Lehmann | 1 | -0/+109 |
2011-01-31 | t5526: Fix wrong argument order in "git config" | Jens Lehmann | 1 | -1/+1 |
2010-11-12 | Submodules: Add the "fetchRecurseSubmodules" config option | Jens Lehmann | 1 | -0/+50 |
2010-11-12 | Add the 'fetch.recurseSubmodules' config setting | Jens Lehmann | 1 | -0/+36 |
2010-11-12 | fetch/pull: Add the --recurse-submodules option | Jens Lehmann | 1 | -0/+109 |