X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=scripts%2Fgit-branchmove;h=5751c383c2834a54c99c81fe53ece454a0ca8c2b;hp=6952727b7421614ecb8b9f1ffee9c167110b7e6e;hb=23a4c1aa62682392f5accf7089d2627018c31104;hpb=4c936d9f117b2ef068a583d887ad2aefa71b1635 diff --git a/scripts/git-branchmove b/scripts/git-branchmove index 6952727..5751c38 100755 --- a/scripts/git-branchmove +++ b/scripts/git-branchmove @@ -155,8 +155,8 @@ for src_xfer in "${src_branches[@]}"; do done case "$op" in -put) git push "$remote" "${refspecs[@]}" ;; -get) git fetch "$remote" "${refspecs[@]}" ;; +put) git push --no-follow-tags "$remote" "${refspecs[@]}" ;; +get) git fetch --no-tags "$remote" "${refspecs[@]}" ;; *) fail "unknown $op ???" ;; esac