fast-{import,export}: use get_sha1_hex() to read from marks file
commit45c5d4a56bc3ef3b5088a07bdab12cef8163e61d
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 5 May 2013 22:38:52 +0000 (5 17:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 23:20:40 +0000 (7 16:20 -0700)
treec4cce9a03006a0c68c8b832c699c1cb2e30cce91
parent47bd9bf82daeac71b28a5a697ecc44e70b205e18
fast-{import,export}: use get_sha1_hex() to read from marks file

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>
builtin/fast-export.c
fast-import.c