Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-0010-proc-receive-settings.sh « t5411 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a36809927b37abc2c071d45828b3e45c22f8d7bb (plain)
1
2
3
4
5
6
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/
	)
'