Sign in
code
/
git
/
65faad6d841c29d4545e9cf3676d75f4e6e4872c
/
.
/
t
/
t5411
/
test-0010-proc-receive-settings.sh
blob: a36809927b37abc2c071d45828b3e45c22f8d7bb [
file
] [
log
] [
blame
]
test_expect_success
"add two receive.procReceiveRefs settings"
'
(
cd "$upstream" &&
git config --add receive.procReceiveRefs refs/for &&
git config --add receive.procReceiveRefs refs/review/
)
'