fast-export: don't parse commits while reading marks file
commit47bd9bf82daeac71b28a5a697ecc44e70b205e18
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 5 May 2013 22:38:54 +0000 (5 17:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 14:03:01 +0000 (7 07:03 -0700)
treec9aa53971e85ef928d63c46afe3c6e7a38ace96b
parente6812cfa9aba69a8c9d83b0710291b27bff0f7a3
fast-export: don't parse commits while reading marks file

We don't need the parsed objects at this point, merely the
information that they have marks.

Seems to be three times faster in my setup with lots of objects.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fast-export.c