Document the --(no-)edit switch of git-revert and git-cherry-pick
[git.git] / git-tag.sh
index e710286..2435a75 100755 (executable)
@@ -8,6 +8,11 @@ usage () {
     exit 1
 }
 
+die () {
+    echo >&2 "$*"
+    exit 1
+}
+
 annotate=
 signed=
 force=