index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t5401-update-hooks.sh
Age
Commit message (
Expand
)
Author
2026-02-19
t: use test_seq -f and pipes in a few more places
Aaron Plattner
2025-02-03
t5401: prefer test_path_is_* helper function
ambar chakravartty
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-08-22
builtin/send-pack: fix leaking refspecs
Patrick Steinhardt
2024-03-16
t/t5*: merge a "grep | sed" pipeline
Beat Bolli
2023-12-03
t5401: speed up creation of many branches
Patrick Steinhardt
2022-03-17
tests: use "test_hook" for misc "mkdir -p" and "chmod" cases
Ævar Arnfjörð Bjarmason
2022-03-17
test-lib-functions: add and use a "test_hook" wrapper
Ævar Arnfjörð Bjarmason
2020-11-19
t5[0-4]*: adjust the references to the default branch name "main"
Johannes Schindelin
2018-08-27
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
2018-08-21
tests: use 'test_must_be_empty' instead of '! test -s'
SZEDER Gábor
2018-07-16
t5000-t5999: fix broken &&-chains
Eric Sunshine
2014-09-16
receive-pack: allow hooks to ignore its standard input stream
Junio C Hamano
2010-02-10
receive-pack: Send internal errors over side-band #2
Shawn O. Pearce
2010-02-09
t5401: Use a bare repository for the remote peer
Shawn O. Pearce
2010-02-05
receive-pack: Send hook output over side band #2
Shawn O. Pearce
2008-09-03
tests: use "git xyzzy" form (t3600 - t6999)
Nanako Shiraishi
2008-07-13
t/: Use "test_must_fail git" instead of "! git"
Stephan Beyer
2008-05-24
tests: do not use implicit "git diff --no-index"
Junio C Hamano
2008-02-01
Sane use of test_expect_failure
Junio C Hamano
2008-01-30
Use 'printf %s $x' notation in t5401
Shawn O. Pearce
2008-01-05
t/t{3600,3800,5401}: do not use egrep when grep would do
Junio C Hamano
2007-07-02
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-03-11
Change {pre,post}-receive hooks to use stdin
Shawn O. Pearce
2007-03-10
Merge branch 'js/diff-ni'
Junio C Hamano
2007-03-07
Teach receive-pack to run pre-receive/post-receive hooks
Shawn O. Pearce
2007-03-04
Get rid of the dependency to GNU diff in the tests
Johannes Schindelin
2007-01-15
Replace "echo -n" with printf in shell scripts.
Jason Riedy
2006-12-31
Add test case for update hooks in receive-pack.
Shawn O. Pearce