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