diff options
author | Elvis Pranskevichus <el@prans.net> | 2007-06-03 02:56:36 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-06 16:14:28 -0700 |
commit | 5c08931dfc9fa0acbf8667581e4c98d643e66dbe (patch) | |
tree | 943c5b52a4bf1133e81363cdba47f5e8a7c9febb /path.c | |
parent | d44c782bbd6b0e806e056f9e8ff8cd8e426e67a3 (diff) | |
download | git-5c08931dfc9fa0acbf8667581e4c98d643e66dbe.tar.gz |
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 <el@prans.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'path.c')
0 files changed, 0 insertions, 0 deletions