Git fork
at reftables-rust 7 lines 204 B view raw
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'