From: Elvis Pranskevichus Date: Sun, 3 Jun 2007 06:56:36 +0000 (-0400) Subject: Use git-tag in git-cvsimport X-Git-Tag: v1.5.3-rc0~111^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5c08931dfc9fa0acbf8667581e4c98d643e66dbe?hp=5c08931dfc9fa0acbf8667581e4c98d643e66dbe Use git-tag in git-cvsimport Currently git-cvsimport tries to create tag objects directly via git-mktag in a very broken way, e.g the stuff it writes into the tagger field of the tag object doesn't really resemble the GIT_COMMITTER_IDENT. This makes gitweb and possibly other tools that try to interpret tag objects to be confused about tag date and authorship. Fix this by calling git-tag instead. This also has a nice side effect of not creating the tag object but only the lightweight tag as that's the only thing CVS has anyways. Signed-off-by: Elvis Pranskevichus Signed-off-by: Junio C Hamano ---