blob: a36809927b37abc2c071d45828b3e45c22f8d7bb (
plain) (
tree)
|
|
test_expect_success "add two receive.procReceiveRefs settings" '
(
cd "$upstream" &&
git config --add receive.procReceiveRefs refs/for &&
git config --add receive.procReceiveRefs refs/review/
)
'
|