aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.43.4Johannes Schindelin1-0/+24
2024-04-19Sync with 2.42.2Johannes Schindelin1-0/+24
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+24
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+24
2024-04-19Sync with 2.39.4Johannes Schindelin1-0/+24
2024-04-17t5510: verify that D/F confusion cannot lead to an RCEJohannes Schindelin1-0/+24
2024-02-08Merge branch 'jk/commit-graph-slab-clear-fix' into maint-2.43Junio C Hamano1-1/+2
2024-01-16Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano1-1/+2
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King1-1/+2
2023-11-17t5510: ensure that the packed-refs file needs lockingPatrick Steinhardt1-0/+1
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-4/+4
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-4/+4
2023-08-22transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano1-0/+46
2023-05-10fetch: split out tests for output formatPatrick Steinhardt1-53/+0
2023-02-27fetch: support hideRefs to speed up connectivity checksEric Wong1-0/+9
2023-02-07Documentation: clarify multiple pushurls vs urlsCalvin Wan1-0/+8
2022-10-06Sync with 2.36.3Taylor Blau1-0/+1
2022-10-06Sync with 2.35.5Taylor Blau1-0/+1
2022-10-06Sync with 2.34.5Taylor Blau1-0/+1
2022-10-06Sync with 2.32.4Taylor Blau1-0/+1
2022-10-06Sync with 2.30.6Taylor Blau1-0/+1
2022-10-01t/t5NNN: allow local submodulesTaylor Blau1-0/+1
2022-06-21t5510: replace 'origin' with URL more carefullyDerrick Stolee1-1/+5
2022-04-13Revert "fetch: increase test coverage of fetches"Junio C Hamano1-29/+0
2022-03-17test-lib-functions: add and use a "test_hook" wrapperÆvar Arnfjörð Bjarmason1-4/+4
2022-02-17fetch: make `--atomic` flag cover pruning of refsPatrick Steinhardt1-6/+2
2022-02-17fetch: increase test coverage of fetchesPatrick Steinhardt1-0/+33
2022-01-31fetch --prune: exit with error if pruning failsThomas Gummerer1-0/+11
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-7/+7
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine1-1/+1
2021-12-13tests: simplify construction of large blocks of textEric Sunshine1-5/+5
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-3/+0
2021-07-15fetch: die on invalid --negotiation-tip hashJonathan Tan1-0/+13
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-3/+3
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-2/+2
2021-02-10test libs: rename bundle helper to "lib-bundle.sh"Ævar Arnfjörð Bjarmason1-1/+1
2021-01-25Merge branch 'jx/bundle'Junio C Hamano1-22/+4
2021-01-25Merge branch 'ps/fetch-atomic'Junio C Hamano1-0/+168
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2021-01-12fetch: implement support for atomic reference updatesPatrick Steinhardt1-0/+168
2021-01-11test: add helper functions for git-bundleJiang Xin1-22/+4
2020-12-16t5510: use `main` as initial branch nameJohannes Schindelin1-83/+85
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin1-2/+2
2020-11-19t551*: adjust the references to the default branch name "main"Johannes Schindelin1-80/+80
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin1-4/+4
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-1/+1
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee1-1/+1
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan1-8/+10
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano1-2/+13
2020-08-13Merge branch 'ma/test-quote-cleanup'Junio C Hamano1-2/+2
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-6/+10
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren1-2/+2
2020-07-30bundle: add new version for use with SHA-256brian m. carlson1-6/+10
2020-07-28Remove doubled words in various commentsElijah Newren1-1/+1
2020-03-02Merge branch 'ma/test-cleanup'Junio C Hamano1-1/+0
2020-02-24t: drop debug `cat` callsMartin Ågren1-1/+0
2020-02-05Merge branch 'bc/hash-independent-tests-part-7'Junio C Hamano1-4/+5
2020-01-21fetch: document and test --refmap=""Derrick Stolee1-0/+24
2020-01-15t5510: make hash size independentbrian m. carlson1-4/+5
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano1-0/+16
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee1-1/+1
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugDerrick Stolee1-0/+16
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano1-0/+13
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee1-0/+13
2019-08-01t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh'SZEDER Gábor1-22/+25
2019-07-31t5510-fetch: fix negated 'test_i18ngrep' invocationSZEDER Gábor1-1/+1
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee1-0/+23
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-2/+0
2018-08-20Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano1-1/+1
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano1-0/+35
2018-08-13fetch tests: correct a comment "remove it" -> "remove them"Ævar Arnfjörð Bjarmason1-1/+1
2018-08-02Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano1-0/+2
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano1-0/+35
2018-07-09gc --auto: release pack files before auto packingKim Gybels1-0/+2
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan1-0/+78
2018-06-01Merge branch 'cc/tests-without-assuming-ref-files-backend'Junio C Hamano1-3/+3
2018-05-23t: make many tests depend less on the refs being filesDavid Turner1-3/+3
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano1-4/+4
2018-03-28test: avoid pipes in git related commands for testPratik Karki1-4/+4
2018-03-06Merge branch 'ab/fetch-prune'Junio C Hamano1-44/+194
2018-02-09fetch: make the --prune-tags work with <url>Ævar Arnfjörð Bjarmason1-9/+7
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason1-0/+70
2018-02-09fetch tests: add scaffolding for the new fetch.pruneTagsÆvar Arnfjörð Bjarmason1-42/+50
2018-02-09fetch tests: fetch <url> <spec> as well as fetch [<remote>]Ævar Arnfjörð Bjarmason1-4/+40
2018-02-09fetch tests: expand case/esac for later changeÆvar Arnfjörð Bjarmason1-2/+6
2018-02-09fetch tests: double quote a variable for interpolationÆvar Arnfjörð Bjarmason1-1/+1
2018-02-09fetch tests: test --prune and refspec interactionÆvar Arnfjörð Bjarmason1-0/+12
2018-02-09fetch tests: add a tag to be deleted to the pruning testsÆvar Arnfjörð Bjarmason1-40/+53
2018-02-09fetch tests: re-arrange arguments for future readabilityÆvar Arnfjörð Bjarmason1-38/+44
2018-02-09fetch tests: refactor in preparation for testing tag pruningÆvar Arnfjörð Bjarmason1-3/+6
2018-02-08t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor1-6/+3
2016-08-08Merge branch 'nd/fetch-ref-summary'Junio C Hamano1-2/+2
2016-07-26t5510: skip tests under GETTEXT_POISON buildVasco Almeida1-2/+2
2016-07-19Merge branch 'nd/fetch-ref-summary'Junio C Hamano1-0/+30
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy1-1/+16
2016-07-06fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy1-0/+15
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-1/+1
2016-05-10Merge branch 'js/close-packs-before-gc'Junio C Hamano1-0/+1
2016-05-02t5510: run auto-gc in the foregroundSZEDER Gábor1-0/+1
2016-03-10Merge branch 'js/close-packs-before-gc'Junio C Hamano1-4/+6
2016-03-04t5510: do not leave changed cwdMichael J Gruber1-4/+6
2016-02-17Merge branch 'jk/drop-rsync-transport'Junio C Hamano1-36/+0
2016-02-01transport: drop support for git-over-rsyncJeff King1-36/+0
2016-01-26Merge branch 'js/close-packs-before-gc'Junio C Hamano1-0/+13
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin1-0/+13
2015-12-28t/t5510-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto1-5/+5
2015-03-20t: fix trivial &&-chain breakageJeff King1-1/+1
2015-03-20t: fix severe &&-chain breakageJeff King1-1/+1
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano1-0/+37
2014-04-03Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano1-0/+20
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto1-1/+1
2014-03-19t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncSebastian Schuberth1-3/+3
2014-02-28fetch: add a failing test for prunning with overlapping refspecsCarlos Martín Nieto1-0/+20
2014-02-13Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano1-0/+11
2014-01-27Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano1-0/+11
2014-01-15fetch-pack: do not filter out one-level refsJeff King1-0/+11
2014-01-03fetch --prune: Run prune before fetchingTom Miller1-0/+14
2014-01-03fetch --prune: always print header urlTom Miller1-0/+12
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty1-5/+5
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty1-3/+19
2013-10-24t5510: check that "git fetch --prune --tags" does not prune branchesMichael Haggerty1-0/+4
2013-10-24t5510: prepare test refs more straightforwardlyMichael Haggerty1-4/+4
2013-10-24t5510: use the correct tag name in testMichael Haggerty1-1/+1
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano1-0/+82
2013-07-18fetch: make --prune configurableMichael Schubert1-0/+82
2013-05-28fetch: don't try to update unfetched tracking refsJohn Keeping1-0/+16
2013-05-12fetch: opportunistically update tracking refsJeff King1-4/+4
2013-05-12t5510: start tracking-ref tests from a known stateJeff King1-0/+10
2012-04-17fetch: describe new refs based on where it came fromMarc Branchaud1-0/+30
2012-03-12Merge branch 'tr/maint-bundle-boundary' into maintJunio C Hamano1-22/+35
2012-03-01bundle: keep around names passed to add_pending_object()Thomas Rast1-0/+15
2012-03-01t5510: ensure we stay in the toplevel test dirThomas Rast1-8/+10
2012-03-01t5510: refactor bundle->pack conversionThomas Rast1-14/+10
2012-01-03write first for-merge ref to FETCH_HEAD firstJoey Hess1-1/+1
2011-12-09Merge branch 'jc/pull-signed-tag'Junio C Hamano1-3/+2
2011-11-07refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano1-3/+2
2011-10-15fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto1-2/+2
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto1-2/+2
2011-10-07t5510: add tests for fetch --pruneCarlos Martín Nieto1-0/+50
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-09-15Merge branch 'jl/fix-test'Junio C Hamano1-19/+22
2010-09-09t/t5510-fetch.sh: improve testing with explicit URL and merge specBrandon Casey1-2/+28
2010-09-09tests: subshell indentation stylefixJonathan Nieder1-16/+19
2010-09-08Merge branch 'bc/maint-fetch-url-only'Junio C Hamano1-0/+6
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann1-9/+9
2010-08-25builtin/fetch.c: ignore merge config when not fetching from branch's remoteBrandon Casey1-1/+1
2010-08-25t/t5510: demonstrate failure to fetch when current branch has merge refBrandon Casey1-0/+6
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-1/+1
2010-02-25Windows: redirect f[re]open("/dev/null") to f[re]open("nul")Johannes Sixt1-0/+7
2009-11-14remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips1-0/+11
2009-08-07Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano1-3/+8
2009-08-07Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano1-3/+8
2009-08-07t5510: harden the way verify-pack is usedJunio C Hamano1-3/+8
2009-03-10rsync transport: allow local paths, and fix testsJohannes Schindelin1-19/+20
2008-10-21Merge branch 'js/maint-fetch-update-head'Junio C Hamano1-0/+12
2008-10-13Fix fetch/pull when run without --update-head-okJohannes Schindelin1-0/+12
2008-09-21t5510: test "git fetch" following tags minimallyJunio C Hamano1-0/+20
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-1/+1
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-6/+6
2008-06-18clean up error conventions of remote.c:match_explicitJeff King1-1/+9
2008-03-13add test_cmp function for test scriptsJeff King1-1/+1
2008-02-01Sane use of test_expect_failureJunio C Hamano1-6/+6
2007-12-04t5510: add a bit more tests for fetchJunio C Hamano1-0/+42
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano1-0/+25
2007-11-22Merge branch 'maint'Junio C Hamano1-0/+13
2007-11-22bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin1-0/+13
2007-11-18refactor fetch's ref matching to use refname_match()Steffen Prohaska1-0/+25
2007-11-04Fix an infinite loop in sq_quote_buf().Johannes Sixt1-0/+7
2007-10-16fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin1-0/+8
2007-10-15Added a test for fetching remote tags when there is not tags.Väinö Järvelä1-0/+12
2007-10-01fetch/push: readd rsync supportJohannes Schindelin1-0/+35
2007-08-10allow git-bundle to create bottomless bundleJunio C Hamano1-0/+8
2007-03-12Fix t5510-fetch's use of sedShawn O. Pearce1-1/+7
2007-03-07git-bundle: avoid packing objects which are in the prerequisitesJohannes Schindelin1-0/+11
2007-03-06bundle: fix wrong check of read_header()'s return value & add testsJohannes Schindelin1-0/+21
2007-02-22Add git-bundle: move objects and references by archiveJohannes Schindelin1-1/+27
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-5/+5
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-1/+1
2006-12-19Do not create $GIT_DIR/remotes/ directory anymore.Junio C Hamano1-4/+3
2006-11-19git-fetch: follow lightweit tags as well.Junio C Hamano1-0/+16
2006-09-24Add test for the default merges in fetch.Santi Béjar1-0/+25
2006-09-24Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano1-0/+44