]> git.ipfire.org Git - thirdparty/git.git/blame - t/t5411/test-0010-proc-receive-settings.sh
receive-pack: new config receive.procReceiveRefs
[thirdparty/git.git] / t / t5411 / test-0010-proc-receive-settings.sh
CommitLineData
31e8595a
JX
1test_expect_success "add two receive.procReceiveRefs settings" '
2 (
3 cd "$upstream" &&
4 git config --add receive.procReceiveRefs refs/for &&
5 git config --add receive.procReceiveRefs refs/review/
6 )
7'