git-pull: do not barf on -a flag meant for git-fetch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-10-03 15:45:44 -07:00
parent df8baa42fe
commit 619e5a0ed4

View file

@ -32,7 +32,8 @@ do
strategy_args="${strategy_args}-s $strategy "
;;
-*)
usage
# Pass thru anything that is meant for fetch.
break
;;
esac
shift