mirror of
https://github.com/git/git.git
synced 2024-11-28 04:23:30 +08:00
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:
parent
df8baa42fe
commit
619e5a0ed4
@ -32,7 +32,8 @@ do
|
||||
strategy_args="${strategy_args}-s $strategy "
|
||||
;;
|
||||
-*)
|
||||
usage
|
||||
# Pass thru anything that is meant for fetch.
|
||||
break
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
|
Loading…
Reference in New Issue
Block a user