Code

Revert "Adapt tutorial to cygwin and add test case"
[git.git] / git-pull.sh
index 0290e517c2067a506e63a86c6f0b909426421678..d4765188b4ad9d41a0ffec333d9b449de03968a6 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