aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5400-send-pack.sh
AgeCommit message (Expand)AuthorFilesLines
2020-11-19t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-31/+31
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-11-09t5400,t5402: consistently indent with tabs, not with spacesJohannes Schindelin1-76/+77
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder1-1/+1
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan1-1/+1
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine1-2/+2
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2017-05-18t5400: avoid concurrent writes into a trace fileJeff King1-1/+4
2017-02-08receive-pack: avoid duplicates between our refs and alternatesJeff King1-0/+38
2016-03-31git-send-pack: fix --all option when used with directoryStanislav Kolotinskiy1-0/+12
2015-01-07Merge branch 'sb/t5400-remove-unused'Junio C Hamano1-15/+1
2014-12-16t5400: remove dead codeStefan Beller1-15/+1
2014-02-10gc: config option for running --auto in backgroundNguyễn Thái Ngọc Duy1-0/+1
2012-10-10Merge branch 'bw/cp-a-is-gnuism'Junio C Hamano1-1/+1
2012-10-08tests: "cp -a" is a GNUismBen Walton1-1/+1
2012-09-27silence git gc --auto --quiet outputTobias Ulmer1-2/+1
2012-08-06receive-pack: do not leak output from auto-gc to standard outputJunio C Hamano1-1/+1
2012-08-06t/t5400: demonstrate breakage caused by informational message from pruneBrandon Casey1-0/+35
2011-05-13t5400: Fix a couple of typosJohan Herland1-2/+2
2010-11-03Change remote tracking to remote-tracking in non-trivial placesMatthieu Moy1-1/+1
2010-08-24do not pass "git -c foo=bar" params to transport helpersJonathan Nieder1-0/+23
2009-07-29Refuse deleting the current branch via pushJunio C Hamano1-7/+2
2009-07-29Refuse updating the current branch in a non-bare repository via pushJunio C Hamano1-1/+2
2009-02-10receive-pack: receive.denyDeleteCurrentJunio C Hamano1-0/+13
2009-02-10Modernize t5400 test scriptJunio C Hamano1-86/+94
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin1-1/+1
2008-11-08t5400: expect success for denying deletionJeff King1-1/+1
2008-11-02Introduce receive.denyDeletesJan Krüger1-0/+11
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-15/+15
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-1/+1
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King1-1/+1
2007-10-19send-pack: respect '+' on wildcard refspecsJeff King1-0/+48
2007-09-18git-push: documentation and tests for pushing only branchesJeff King1-0/+10
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-18/+18
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-03-10Merge branch 'js/diff-ni'Junio C Hamano1-1/+1
2007-03-07Refactor handling of error_string in receive-packShawn O. Pearce1-3/+3
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin1-1/+1
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-21Revert "prune: --grace=time"Junio C Hamano1-2/+2
2007-01-20prune: --grace=timeMatthias Lederhofer1-2/+2
2006-12-29t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano1-9/+34
2006-11-24Allow git push to delete remote ref.Junio C Hamano1-0/+10
2006-09-20Document receive.denyNonFastforwardsJohannes Schindelin1-0/+14
2005-12-13Make git-send-pack exit with error when some refs couldn't be pushed outPetr Baudis1-1/+9
2005-10-10t5400-send-pack relies on a working cpioJohannes Schindelin1-0/+3
2005-10-01Add git-symbolic-refJunio C Hamano1-3/+3
2005-09-08'build' scripts before installing.Junio C Hamano1-3/+3
2005-09-07Big tool rename.Junio C Hamano1-3/+3
2005-08-11[PATCH] Trapping exit in tests, using return for errorsPavel Roskin1-2/+2
2005-08-11[PATCH] Missing test_donePavel Roskin1-0/+2
2005-07-26Fix potential send-pack SIGSEGVLinus Torvalds1-0/+54