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:
@ -32,7 +32,8 @@ do
|
|||||||
strategy_args="${strategy_args}-s $strategy "
|
strategy_args="${strategy_args}-s $strategy "
|
||||||
;;
|
;;
|
||||||
-*)
|
-*)
|
||||||
usage
|
# Pass thru anything that is meant for fetch.
|
||||||
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
Reference in New Issue
Block a user