summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)Author
2016-08-08Merge branch 'nd/fetch-ref-summary'Junio C Hamano
2016-07-26t5510: skip tests under GETTEXT_POISON buildVasco Almeida
2016-07-19Merge branch 'nd/fetch-ref-summary'Junio C Hamano
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy
2016-07-06fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-05-10Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-05-02t5510: run auto-gc in the foregroundSZEDER Gábor
2016-03-10Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-03-04t5510: do not leave changed cwdMichael J Gruber
2016-02-17Merge branch 'jk/drop-rsync-transport'Junio C Hamano
2016-02-01transport: drop support for git-over-rsyncJeff King
2016-01-26Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin
2015-12-28t/t5510-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-03-20t: fix severe &&-chain breakageJeff King
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano
2014-04-03Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto
2014-03-19t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncSebastian Schuberth
2014-02-28fetch: add a failing test for prunning with overlapping refspecsCarlos Martín Nieto
2014-02-13Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano
2014-01-27Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano
2014-01-15fetch-pack: do not filter out one-level refsJeff King
2014-01-03fetch --prune: Run prune before fetchingTom Miller
2014-01-03fetch --prune: always print header urlTom Miller
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty
2013-10-24t5510: check that "git fetch --prune --tags" does not prune branchesMichael Haggerty
2013-10-24t5510: prepare test refs more straightforwardlyMichael Haggerty
2013-10-24t5510: use the correct tag name in testMichael Haggerty
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
2013-07-18fetch: make --prune configurableMichael Schubert
2013-05-28fetch: don't try to update unfetched tracking refsJohn Keeping
2013-05-12fetch: opportunistically update tracking refsJeff King
2013-05-12t5510: start tracking-ref tests from a known stateJeff King
2012-04-17fetch: describe new refs based on where it came fromMarc Branchaud
2012-03-12Merge branch 'tr/maint-bundle-boundary' into maintJunio C Hamano
2012-03-01bundle: keep around names passed to add_pending_object()Thomas Rast
2012-03-01t5510: ensure we stay in the toplevel test dirThomas Rast
2012-03-01t5510: refactor bundle->pack conversionThomas Rast
2012-01-04write first for-merge ref to FETCH_HEAD firstJoey Hess
2011-12-09Merge branch 'jc/pull-signed-tag'Junio C Hamano
2011-11-07refs DWIMmery: use the same rule for both "git fetch" and othersJunio C Hamano
2011-10-16fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto
2011-10-16fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto
2011-10-07t5510: add tests for fetch --pruneCarlos Martín Nieto
2010-11-09tests: add missing &&Jonathan Nieder
2010-09-15Merge branch 'jl/fix-test'Junio C Hamano