Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=91a77d7b4ce0be15d4934ec6adc0d6b3e794bec3
commit 91a77d7b4ce0be15d4934ec6adc0d6b3e794bec3
Author: VMiklos <[EMAIL PROTECTED]>
Date: Thu Sep 13 14:29:50 2007 +0200
dg tag: create annotated tags
the git manual recommends using annotated tags for releases and we almost
always use "tag" for releases
diff --git a/darcs-git.py b/darcs-git.py
index 5b13e08..825cf60 100755
--- a/darcs-git.py
+++ b/darcs-git.py
@@ -649,7 +649,7 @@ Options:
usage(0)
ret = 0
ret += os.system("echo 'TAG %s' |git update-ref HEAD `git commit-tree
HEAD^{tree} -p HEAD`" % argv[0])
- ret += os.system("git tag %s" % argv[0])
+ ret += os.system("git tag -a -m 'tagged %s' %s" % (argv[0], argv[0]))
return ret
def rollback(argv):
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git