fast-{import,export}: use get_sha1_hex() to read from marks file
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 5 May 2013 22:38:52 +0000 (17:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 23:20:40 +0000 (16:20 -0700)
It's wrong to call get_sha1() if they should be SHA-1s, plus
inefficient.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found