Emily Shaffer <emilyshaffer@xxxxxxxxxx> writes: > +test_expect_success 'push --atomic also prevents branch creation, reports collateral' ' > + # Setup upstream repo - empty for now > + d=$HTTPD_DOCUMENT_ROOT_PATH/atomic-branches.git && > + git init --bare "$d" && > + test_config -C "$d" http.receivepack true && > + up="$HTTPD_URL"/smart/atomic-branches.git && > + > + # Tell "$up" about two branches for now Ahh, that's what you meant ;-) Makes sense.