Browse Source

git-applypatch: Usage string clean-up, emit usage string at incorrect invocation

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
freku045@student.liu.se 19 years ago committed by Junio C Hamano
parent
commit
6cf6193b45
  1. 4
      git-applypatch.sh

4
git-applypatch.sh

@ -10,8 +10,12 @@ @@ -10,8 +10,12 @@
## $3 - "info" file with Author, email and subject
## $4 - optional file containing signoff to add
##

USAGE='<msg> <patch> <info> [<signoff>]'
. git-sh-setup

[[ "$#" = "3" || "$#" = "4" ]] || usage

final=.dotest/final-commit
##
## If this file exists, we ask before applying

Loading…
Cancel
Save