From: Dmitry Potapov Date: Thu, 14 Jan 2010 04:44:19 +0000 (+0300) Subject: fast-import: tag may point to any object type X-Git-Tag: v1.6.5.8~3^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8db751a8f953bf1a571e1fd825d1a4219e65b501?hp=8db751a8f953bf1a571e1fd825d1a4219e65b501 fast-import: tag may point to any object type If you tried to export the official git repository, and then to import it back then git-fast-import would die complaining that "Mark :1 not a commit". Accordingly to a generated crash file, Mark 1 is not a commit but a blob, which is pointed by junio-gpg-pub tag. Because git-tag allows to create such tags, git-fast-import should import them. Signed-off-by: Dmitry Potapov Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---