diff options
Diffstat (limited to 'third_party/git/t/t5411/test-0010-proc-receive-settings.sh')
-rw-r--r-- | third_party/git/t/t5411/test-0010-proc-receive-settings.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/git/t/t5411/test-0010-proc-receive-settings.sh b/third_party/git/t/t5411/test-0010-proc-receive-settings.sh new file mode 100644 index 000000000000..a36809927b37 --- /dev/null +++ b/third_party/git/t/t5411/test-0010-proc-receive-settings.sh @@ -0,0 +1,7 @@ +test_expect_success "add two receive.procReceiveRefs settings" ' + ( + cd "$upstream" && + git config --add receive.procReceiveRefs refs/for && + git config --add receive.procReceiveRefs refs/review/ + ) +' |