index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5526-fetch-submodules.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed
Johannes Schindelin
2021-12-05
1
-3
/
+0
*
submodule: pass repo to check_has_commit()
Jonathan Tan
2021-10-09
1
-0
/
+3
*
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2021-02-11
1
-19
/
+19
*
Merge branch 'js/default-branch-name-tests-final-stretch'
Junio C Hamano
2021-01-25
1
-0
/
+3
|
\
|
*
tests: mark tests relying on the current default for `init.defaultBranch`
Johannes Schindelin
2020-11-20
1
-0
/
+3
*
|
Merge branch 'pk/subsub-fetch-fix-take-2'
Junio C Hamano
2021-01-07
1
-0
/
+117
|
\
\
|
*
|
submodules: fix of regression on fetching of non-init subsub-repo
Peter Kaestle
2020-12-09
1
-0
/
+117
*
|
|
t5526: drop the prereq expecting the default branch name `main`
Johannes Schindelin
2020-12-04
1
-21
/
+21
*
|
|
t5526: avoid depending on a specific default branch name
Johannes Schindelin
2020-12-04
1
-19
/
+22
*
|
|
Merge branch 'pk/subsub-fetch-fix'
Junio C Hamano
2020-12-03
1
-63
/
+0
|
\
\
\
|
*
|
|
Revert "submodules: fix of regression on fetching of non-init subsub-repo"
Junio C Hamano
2020-12-03
1
-63
/
+0
*
|
|
|
Merge branch 'pk/subsub-fetch-fix'
Junio C Hamano
2020-11-26
1
-0
/
+63
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
submodules: fix of regression on fetching of non-init subsub-repo
Peter Kaestle
2020-11-12
1
-0
/
+63
|
|
/
*
/
tests: prepare aligned mentions of the default branch name
Johannes Schindelin
2020-10-23
1
-35
/
+35
|
/
*
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
2019-01-29
1
-0
/
+117
|
\
|
*
fetch: ensure submodule objects fetched
Stefan Beller
2018-12-09
1
-0
/
+117
*
|
submodule update: run at most one fetch job unless otherwise set
Junio C Hamano
2018-12-14
1
-0
/
+2
|
/
*
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
2018-08-27
1
-23
/
+22
|
\
|
*
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
2018-08-21
1
-2
/
+1
|
*
tests: use 'test_must_be_empty' instead of '! test -s'
SZEDER Gábor
2018-08-21
1
-21
/
+21
*
|
t5000-t5999: fix broken &&-chains
Eric Sunshine
2018-07-16
1
-1
/
+1
|
/
*
t5526: test recursive submodules when fetching moved submodules
Stefan Beller
2018-06-14
1
-5
/
+1
*
Merge branch 'sg/test-x'
Junio C Hamano
2018-03-14
1
-1
/
+1
|
\
|
*
t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
SZEDER Gábor
2018-02-28
1
-1
/
+1
*
|
Correct mispellings of ".gitmodule" to ".gitmodules"
Robert P. J. Day
2018-02-14
1
-1
/
+1
|
/
*
implement fetching of moved submodules
Heiko Voigt
2017-10-17
1
-0
/
+35
*
fetch: add test to make sure we stay backwards compatible
Heiko Voigt
2017-10-08
1
-1
/
+41
*
Merge branch 'hv/t5526-andand-chain-fix'
Junio C Hamano
2017-08-23
1
-4
/
+4
|
\
|
*
t5526: fix some broken && chains
Heiko Voigt
2017-08-17
1
-4
/
+4
*
|
builtin/fetch.c: respect 'submodule.recurse' option
Stefan Beller
2017-06-01
1
-0
/
+10
|
/
*
submodule: avoid auto-discovery in prepare_submodule_repo_env()
Junio C Hamano
2016-09-01
1
-0
/
+35
*
fetching submodules: respect `submodule.fetchJobs` config option
Stefan Beller
2016-03-01
1
-0
/
+14
*
submodules: allow parallel fetching, add tests and documentation
Stefan Beller
2015-12-16
1
-0
/
+20
*
submodule.c: write "Fetching submodule <foo>" to stderr
Jonathan Nieder
2015-12-16
1
-25
/
+26
*
t: fix trivial &&-chain breakage
Jeff King
2015-03-20
1
-5
/
+5
*
fetch: Also fetch submodules in subdirectories in on-demand mode
Jens Lehmann
2011-06-20
1
-8
/
+8
*
i18n: do not overuse C_LOCALE_OUTPUT
Junio C Hamano
2011-04-12
1
-57
/
+36
*
Merge branch 'jl/submodule-fetch-on-demand'
Junio C Hamano
2011-04-05
1
-0
/
+255
|
\
|
*
fetch/pull: Don't recurse into a submodule when commits are already present
Jens Lehmann
2011-03-09
1
-0
/
+19
|
*
Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' option
Jens Lehmann
2011-03-09
1
-0
/
+28
|
*
config: teach the fetch.recurseSubmodules option the 'on-demand' value
Jens Lehmann
2011-03-09
1
-0
/
+28
|
*
fetch/pull: Add the 'on-demand' value to the --recurse-submodules option
Jens Lehmann
2011-03-09
1
-0
/
+71
|
*
fetch/pull: recurse into submodules when necessary
Jens Lehmann
2011-03-09
1
-0
/
+109
*
|
i18n: git-fetch formatting messages
Ævar Arnfjörð Bjarmason
2011-03-10
1
-8
/
+32
|
/
*
t5526: Fix wrong argument order in "git config"
Jens Lehmann
2011-01-31
1
-1
/
+1
*
Submodules: Add the "fetchRecurseSubmodules" config option
Jens Lehmann
2010-11-13
1
-0
/
+50
*
Add the 'fetch.recurseSubmodules' config setting
Jens Lehmann
2010-11-13
1
-0
/
+36
*
fetch/pull: Add the --recurse-submodules option
Jens Lehmann
2010-11-13
1
-0
/
+109