]> git.ipfire.org Git - thirdparty/git.git/commit
t5411: add basic test cases for proc-receive hook
authorJiang Xin <zhiyou.jx@alibaba-inc.com>
Thu, 27 Aug 2020 15:45:43 +0000 (11:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2020 19:47:47 +0000 (12:47 -0700)
commit38b9197a76a77671a8f48e423236739e7556c20d
treed251281c14e58d38ed4a921d1a9d7ff7a95910c9
parent917c612512cd4523f5587870547ee5369aa4632d
t5411: add basic test cases for proc-receive hook

Topic "proc-receive-hook" will change the workflow and output of
git-push. Add some basic test cases in t5411 before introducing the new
topic.

Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5411-proc-receive-hook.sh [new file with mode: 0755]
t/t5411/common-functions.sh [new file with mode: 0644]
t/t5411/test-0000-standard-git-push.sh [new file with mode: 0644]
t/t5411/test-0001-standard-git-push--porcelain.sh [new file with mode: 0644]
t/t5411/test-0002-pre-receive-declined.sh [new file with mode: 0644]
t/t5411/test-0003-pre-receive-declined--porcelain.sh [new file with mode: 0644]