[PATCH] Do not send "want" lines for complete objects
[git.git] / git-pull.sh
index 0290e51..d476518 100755 (executable)
@@ -32,7 +32,8 @@ do
                strategy_args="${strategy_args}-s $strategy "
                ;;
        -*)
-               usage
+               # Pass thru anything that is meant for fetch.
+               break
                ;;
        esac
        shift