We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b601d commit 22d6857Copy full SHA for 22d6857
git-pull.sh
@@ -295,7 +295,7 @@ test true = "$rebase" && {
295
}
296
orig_head=$(git rev-parse -q --verify HEAD)
297
git fetch $verbosity $progress $dry_run $recurse_submodules $all $append \
298
-$upload_pack $force $tags $prune $keep $depth $unshallow $update_shallow \
+${upload_pack+"$upload_pack"} $force $tags $prune $keep $depth $unshallow $update_shallow \
299
$refmap --update-head-ok "$@" || exit 1
300
test -z "$dry_run" || exit 0
301
0 commit comments