Package: cogito
Version: 0.12.1+20050730-1
Tags: patch
mkdir foo && cd foo && cg-init && cg-tag -s test
always fails with
fatal: invalid tag signature file
cg-tag: error creating tag
This makes it work:
--- /usr/bin/cg-tag 2005-08-02 10:25:15.000000000 +0300
+++ cg-tag 2005-08-24 16:53:57.000000000 +0300
@@ -61,6 +61,7 @@
object $id
type commit
tag $name
+tagger $(git-var GIT_COMMITTER_IDENT)
SIGEND
if [ "$description" ]; then
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]