summaryrefslogtreecommitdiffstats
path: root/t/t5401-update-hooks.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-5/+5
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-5/+5
* | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-2/+2
|/
* receive-pack: allow hooks to ignore its standard input streamJunio C Hamano2014-09-171-0/+13
* receive-pack: Send internal errors over side-band #2Shawn O. Pearce2010-02-101-1/+2
* t5401: Use a bare repository for the remote peerShawn O. Pearce2010-02-101-29/+29
* receive-pack: Send hook output over side band #2Shawn O. Pearce2010-02-061-11/+11
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-2/+2
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-1/+2
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-5/+5
* Sane use of test_expect_failureJunio C Hamano2008-02-021-4/+4
* Use 'printf %s $x' notation in t5401Shawn O. Pearce2008-01-311-4/+4
* t/t{3600,3800,5401}: do not use egrep when grep would doJunio C Hamano2008-01-051-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-031-13/+13
* Change {pre,post}-receive hooks to use stdinShawn O. Pearce2007-03-121-14/+16
* Merge branch 'js/diff-ni'Junio C Hamano2007-03-111-5/+5
|\
| * Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-041-2/+2
* | Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce2007-03-081-20/+73
|/
* Replace "echo -n" with printf in shell scripts.Jason Riedy2007-01-161-2/+2
* Add test case for update hooks in receive-pack.Shawn O. Pearce2006-12-311-0/+81