aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5514-fetch-multiple.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-2/+15
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy1-2/+15
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-01builtin/remote: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2024-01-08fetch: add new config option fetch.allTamino Bauknecht1-0/+161
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2023-03-09fetch: pass --no-write-fetch-head to subprocessesEric Wong1-0/+7
2023-02-21fetch: choose a sensible default with --jobs=0 againMatthias Aßhauer1-0/+5
2020-11-19t551*: adjust the references to the default branch name "main"Johannes Schindelin1-16/+16
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-17maintenance: use pointers to check --autoDerrick Stolee1-1/+1
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin1-0/+11
2019-06-19fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy1-2/+5
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2015-03-25t: fix some trivial cases of ignored exit codes in loopsJeff King1-2/+2
2012-09-07fetch --all: pass --tags/--no-tags through to each remoteDan Johnson1-0/+30
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2009-11-10Add the configuration option skipFetchAllBjörn Gustavsson1-3/+37
2009-11-10Teach the --multiple option to 'git fetch'Björn Gustavsson1-0/+44
2009-11-10Teach the --all option to 'git fetch'Björn Gustavsson1-0/+76