builtin-fast-export.c: turn error into warning
authorErik Faye-Lund <kusmabite@gmail.com>
Mon, 23 Mar 2009 12:53:07 +0000 (12:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2009 02:48:43 +0000 (19:48 -0700)
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>
No differences found