Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanti Béjar <sbejar@gmail.com>2007-01-03 15:59:00 +0300
committerJunio C Hamano <junkio@cox.net>2007-01-03 23:31:43 +0300
commit0bc72abdb0440f003169211f01b8f3ffb83291e4 (patch)
tree407f1ea2803f2f4f637bfa7b59dcd44d8abc8c8b /generate-cmdlist.sh
parentaf0e4ac0ecf7cad57d9405f188ce0944e7f9b166 (diff)
git-tag: add flag to verify a tag
This way "git tag -v $tag" is the UI for git-verify-tag. Signed-off-by: Santi Béjar <sbejar@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-xgenerate-cmdlist.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh
index 06c42b042d..1de14ea82f 100755
--- a/generate-cmdlist.sh
+++ b/generate-cmdlist.sh
@@ -37,7 +37,6 @@ show
show-branch
status
tag
-verify-tag
EOF
while read cmd
do