Skip to content

Commit

Permalink
git-merge: show usage if run without arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Rene Scharfe authored and Junio C Hamano committed Oct 22, 2006
1 parent 0b92f1a commit fc61e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ finish () {
esac
}

case "$#" in 0) usage ;; esac

rloga=
while case "$#" in 0) break ;; esac
do
Expand Down

0 comments on commit fc61e31

Please sign in to comment.