Code

Generate tags with correct timestamp (git-svnimport)
authorDave O'Neill <dmo@roaringpenguin.com>
Thu, 21 Jun 2007 21:48:56 +0000 (17:48 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 23 Jun 2007 05:13:49 +0000 (22:13 -0700)
commit47ee8ed292f14e819d8e449a56c2de02d1892483
tree6c8cca3f85e175af5dbf4ec955e3149f1e905379
parent6762079a96dd18bcaab75f2d05034f7447434161
Generate tags with correct timestamp (git-svnimport)

Now uses git-tag instead of manually constructing the tag.  This gives us a
correct timestamp, removes some crufty code, and makes it work the same as
git-cvsimport.

The generated tags are now lightweight tags instead of tag objects, which may
or may not be the behaviour we want.

Also, remove two unused variables from git-cvsimport.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl
git-svnimport.perl