Skip to content

Commit

Permalink
git-pull: do not barf on -a flag meant for git-fetch.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 3, 2005
1 parent df8baa4 commit 619e5a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ do
strategy_args="${strategy_args}-s $strategy "
;;
-*)
usage
# Pass thru anything that is meant for fetch.
break
;;
esac
shift
Expand Down

0 comments on commit 619e5a0

Please sign in to comment.