Skip to content

Commit 9686a09

Browse files
committed
Specify a value for allowrefinwant
This specifies the missing value, which seems intended to be `true`, for `-c uploadpack.allowRefInWant` for `git daemon`.
1 parent d0ca0ba commit 9686a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function launch-git-daemon() {
7171
printenv | grep ^GIT_CONFIG_
7272
echo 'GIT_CONFIG_* vars END'
7373
) >&2
74-
git -c uploadpack.allowrefinwant daemon --verbose --base-path=. --export-all --user-path &>/dev/null &
74+
git -c uploadpack.allowRefInWant=true daemon --verbose --base-path=. --export-all --user-path &>/dev/null &
7575
daemon_pid=$!
7676
while ! nc -z localhost "$port"; do
7777
sleep 0.1

0 commit comments

Comments
 (0)