fast-export: use value from correct enum
commitb93b81e799ba6a59820821b4ea3afdec1970fbd6
authorElijah Newren <newren@gmail.com>
Fri, 16 Nov 2018 07:59:49 +0000 (15 23:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Nov 2018 09:43:51 +0000 (17 18:43 +0900)
tree3c05d7b1328542c495fa92588df3b41db940f189
parent4532be7cbaaf42ca19e2b6d35c13aade98c1db5e
fast-export: use value from correct enum

ABORT and ERROR happen to have the same value, but come from differnt
enums.  Use the one from the correct enum, and while at it, rename the
values to avoid such problems.

Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-export.c