about summary refs log tree commit diff
path: root/third_party/git/t/t5411/test-0010-proc-receive-settings.sh
test_expect_success "add two receive.procReceiveRefs settings" '
	(
		cd "$upstream" &&
		git config --add receive.procReceiveRefs refs/for &&
		git config --add receive.procReceiveRefs refs/review/
	)
'