summary refs log tree commit diff
path: root/t/t5403-post-checkout-hook.sh
AgeCommit message (Expand)AuthorFilesLines
2022-03-17tests: change "mkdir -p && write_script" to use "test_hook"Ævar Arnfjörð Bjarmason1-2/+1
2022-01-26rebase --apply: don't run post-checkout hook if there is an errorPhillip Wood1-1/+5
2022-01-26rebase: do not remove untracked files on checkoutPhillip Wood1-0/+10
2022-01-26rebase: pass correct arguments to post-checkout hookPhillip Wood1-0/+13
2022-01-26t5403: refactor rebase post-checkout hook testsPhillip Wood1-16/+26
2020-11-19t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-4/+4
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-02-08t5403: correct bash ambiguous redirect error in subtest 8 by quoting $GIT_DIRRandall S. Becker1-1/+1
2019-01-02rebase: run post-checkout hook on checkoutOrgad Shaneh1-0/+20
2019-01-02t5403: simplify by using a single repositoryOrgad Shaneh1-55/+23
2014-06-09t/t5403-post-checkout-hook.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto1-4/+4
2011-10-12t5403: convert leading spaces to tabsNguyễn Thái Ngọc Duy1-23/+23
2009-12-31Merge branch 'maint-1.6.0' into maintJunio C Hamano1-13/+13
2009-12-31branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy1-13/+13
2009-03-17disable post-checkout test on CygwinAlex Riesen1-0/+2
2009-03-02clone: run post-checkout hook when checking outJeff King1-0/+12
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-2/+2
2007-10-15fix t5403-post-checkout-hook.sh: built-in test in dash does not have "=="Alex Riesen1-4/+4
2007-09-29post-checkout hook, tests, and docsJosh England1-0/+74