mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
git-merge: show usage if run without arguments
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
0b92f1a9d2
commit
fc61e313da
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ finish () {
|
|||
esac
|
||||
}
|
||||
|
||||
case "$#" in 0) usage ;; esac
|
||||
|
||||
rloga=
|
||||
while case "$#" in 0) break ;; esac
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue