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