From: "Dave O'Neill" <dmo@roaringpenguin.com>
To: git@vger.kernel.org
Cc: "Dave O'Neill" <dmo@roaringpenguin.com>
Subject: [PATCH] Set correct date for tags.
Date: Wed, 20 Jun 2007 22:15:03 -0400 [thread overview]
Message-ID: <11823921031931-git-send-email-dmo@roaringpenguin.com> (raw)
Without this, all tags show up as 'unknown' time in gitweb (and probably
elsewhere)
---
git-svnimport.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-svnimport.perl b/git-svnimport.perl
index 7076f41..9526f3d 100755
--- a/git-svnimport.perl
+++ b/git-svnimport.perl
@@ -891,7 +891,7 @@ sub commit {
print $out ("object $cid\n".
"type commit\n".
"tag $dest\n".
- "tagger $committer_name <$committer_email> 0 +0000\n") and
+ "tagger $committer_name <$committer_email> $date +0000\n") and
close($out)
or die "Cannot create tag object $dest: $!\n";
--
1.5.2.2.239.g89630
next reply other threads:[~2007-06-21 2:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-21 2:15 Dave O'Neill [this message]
2007-06-21 2:52 ` [PATCH] Set correct date for tags Junio C Hamano
2007-06-21 21:48 ` [PATCH] Generate tags with correct timestamp (git-svnimport) Dave O'Neill
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11823921031931-git-send-email-dmo@roaringpenguin.com \
--to=dmo@roaringpenguin.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).