summaryrefslogtreecommitdiff
path: root/t/t5401-update-hooks.sh
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-5/+5
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'Libravatar SZEDER Gábor1-5/+5
2018-07-16t5000-t5999: fix broken &&-chainsLibravatar Eric Sunshine1-2/+2
2014-09-16receive-pack: allow hooks to ignore its standard input streamLibravatar Junio C Hamano1-0/+13
2010-02-10receive-pack: Send internal errors over side-band #2Libravatar Shawn O. Pearce1-1/+2
2010-02-09t5401: Use a bare repository for the remote peerLibravatar Shawn O. Pearce1-29/+29
2010-02-05receive-pack: Send hook output over side band #2Libravatar Shawn O. Pearce1-11/+11
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Libravatar Nanako Shiraishi1-2/+2
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-1/+2
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-5/+5
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-4/+4
2008-01-30Use 'printf %s $x' notation in t5401Libravatar Shawn O. Pearce1-4/+4
2008-01-05t/t{3600,3800,5401}: do not use egrep when grep would doLibravatar Junio C Hamano1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-13/+13
2007-03-11Change {pre,post}-receive hooks to use stdinLibravatar Shawn O. Pearce1-14/+16
2007-03-10Merge branch 'js/diff-ni'Libravatar Junio C Hamano1-5/+5
2007-03-07Teach receive-pack to run pre-receive/post-receive hooksLibravatar Shawn O. Pearce1-20/+73
2007-03-04Get rid of the dependency to GNU diff in the testsLibravatar Johannes Schindelin1-2/+2
2007-01-15Replace "echo -n" with printf in shell scripts.Libravatar Jason Riedy1-2/+2
2006-12-31Add test case for update hooks in receive-pack.Libravatar Shawn O. Pearce1-0/+81