Merge branch 'ab/fetch-prune' into next
[gitweb.git] / contrib / completion / git-completion.bash
index c7d5c7af29a8e9595375a535af59549b01da1b49..4c86ab66e23ee02e15f15173bc7e613c20347f36 100644 (file)
@@ -1468,7 +1468,7 @@ __git_fetch_recurse_submodules="yes on-demand no"
 __git_fetch_options="
        --quiet --verbose --append --upload-pack --force --keep --depth=
        --tags --no-tags --all --prune --dry-run --recurse-submodules=
-       --unshallow --update-shallow
+       --unshallow --update-shallow --prune-tags
 "
 
 _git_fetch ()