git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-fast-export and tags without a tagger
@ 2008-12-18 16:46 Miklos Vajna
  2008-12-18 19:15 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Miklos Vajna @ 2008-12-18 16:46 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, scott

[-- Attachment #1: Type: text/plain, Size: 803 bytes --]

Hi,

Tags created with ancient versions of git have no tagger. The udev repo
has such tags, for example:

$ git cat-file tag 4ea98ca6db3b84f5bc16eac8574e5c209ec823ce
object face198a5f21027fefe796dc01e19e349a2d36ce
type commit
tag 062

fast-export will fail on these repos. From IRC:

20:05 < Keybuk> vmiklos: exactly the same error with 1.6.0.5
20:07 < Keybuk> $ git fast-export --signed-tag=strip --all
20:07 < Keybuk> fatal: No tagger for tag 4ea98ca6db3b84f5bc16eac8574e5c209ec823ce

I think it would be nice to handle the situation better than just die().

What about a --force option that would fake the tagger in case the tag
points to a commmit and use the commiter from there?

I'm willing to work on this, but I thought it's better to discuss the
right solution for the problem first.

Thanks.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-12-20  1:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-18 16:46 git-fast-export and tags without a tagger Miklos Vajna
2008-12-18 19:15 ` Junio C Hamano
2008-12-18 19:45   ` [PATCH] fast-export: deal with tag objects that do not have " Johannes Schindelin
2008-12-18 21:34     ` Miklos Vajna
2008-12-18 23:20       ` Junio C Hamano
2008-12-18 23:38         ` Miklos Vajna
2008-12-20  0:00         ` [PATCH v2] " Johannes Schindelin
2008-12-20  0:33           ` [PATCH] fast-import: make tagger information optional Junio C Hamano
2008-12-20  0:59             ` Miklos Vajna
2008-12-20  0:59             ` Shawn O. Pearce
2008-12-18 21:36   ` git-fast-export and tags without a tagger Miklos Vajna

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).