We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allowrefinwant
1 parent d0ca0ba commit 9686a09Copy full SHA for 9686a09
tests/helpers.sh
@@ -71,7 +71,7 @@ function launch-git-daemon() {
71
printenv | grep ^GIT_CONFIG_
72
echo 'GIT_CONFIG_* vars END'
73
) >&2
74
- git -c uploadpack.allowrefinwant daemon --verbose --base-path=. --export-all --user-path &>/dev/null &
+ git -c uploadpack.allowRefInWant=true daemon --verbose --base-path=. --export-all --user-path &>/dev/null &
75
daemon_pid=$!
76
while ! nc -z localhost "$port"; do
77
sleep 0.1
0 commit comments