Browse Source

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 20 years ago
parent
commit
619e5a0ed4
  1. 3
      git-pull.sh

3
git-pull.sh

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

Loading…
Cancel
Save