git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9fabded
)
git-tag: update usage string and documentation.
author
Junio C Hamano
<redacted>
Mon, 10 Oct 2005 02:13:47 +0000
(19:13 -0700)
committer
Junio C Hamano
<redacted>
Mon, 10 Oct 2005 02:13:47 +0000
(19:13 -0700)
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-tag.txt
patch
|
blob
|
history
git-tag.sh
patch
|
blob
|
history
diff --git
a/Documentation/git-tag.txt
b/Documentation/git-tag.txt
index 1e0d4f5f46da084d7a956958f85cbff22c10de30..e11f51c266a76c6a5b09e99bc4900b64e640ea67 100644
(file)
--- a/
Documentation/git-tag.txt
+++ b/
Documentation/git-tag.txt
@@
-1,16
+1,14
@@
git-tag(1)
==========
-v0.99.4, Aug 2005
NAME
----
git-tag - Create a tag object signed with GPG
-
SYNOPSIS
--------
-'git-tag' [-
s | -a] [-f] <name>
+'git-tag' [-
a | -s] [-f] [-m <msg>] <name> [<head>]
DESCRIPTION
-----------
diff --git
a/git-tag.sh
b/git-tag.sh
index 76c1bcd8c9b5a42d4dedab2f3ea7261d91427538..400bdb9843c4ea19d17b2450f1efd16ba93b0fb8 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] [-f] [-m "tag message"] tagname"
+ echo >&2 "Usage: git-tag [-a | -s] [-f] [-m "tag message"] tagname
[head]
"
exit 1
}
git clone https://git.99rst.org/PROJECT