builtin-fast-export.c: turn error into warning
commit2d07f6d4b728d19d115b89123224268718f34efd
authorErik Faye-Lund <kusmabite@gmail.com>
Mon, 23 Mar 2009 12:53:07 +0000 (23 12:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2009 02:48:43 +0000 (29 19:48 -0700)
tree45c3f6c8c28c4b1a3ef808457c17da6f007e34a4
parent41a5c70f2caf5c22859574f0503afbdb3728a89c
builtin-fast-export.c: turn error into warning

fast-import doesn't have a syntax to support tree-objects (and some other
object-types), so fast-export shouldn't handle them. However, aborting the
operation is a bit drastic. This patch turns the error into a warning instead.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fast-export.c