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

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 2005-10-03 15:45:44 -07:00
parent df8baa42fe
commit 619e5a0ed4
1 changed files with 2 additions and 1 deletions

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