Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Show curl error a bit better.
[gitweb.git]
/
git-tag.sh
diff --git
a/git-tag.sh
b/git-tag.sh
index 9afdf5cce7445c311452519602a57fac62f1168a..25c1a0e88e4402a5df1c7daeee2c993c491ca098 100755
(executable)
--- a/
git-tag.sh
+++ b/
git-tag.sh
@@
-4,7
+4,7
@@
. git-sh-setup || die "Not a git archive"
usage () {
- echo >&2 "Usage: git-tag [-a | -s | -u <key-id>] [-f] [-m <msg>] <tagname>"
+ echo >&2 "Usage: git-tag [-a | -s | -u <key-id>] [-f] [-m <msg>] <tagname>
[<head>]
"
exit 1
}