From: Michael Lukashov Date: Tue, 16 Feb 2010 23:42:54 +0000 (+0000) Subject: refactor duplicated encode_header in pack-objects and fast-import X-Git-Tag: v1.7.1-rc0~107^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1b22b6c897efa8aec6eeb51f72a73d507d5e336f?ds=inline;hp=1b22b6c897efa8aec6eeb51f72a73d507d5e336f refactor duplicated encode_header in pack-objects and fast-import The following function is duplicated: encode_header Move this function to sha1_file.c and rename it 'encode_in_pack_object_header', as suggested by Junio C Hamano Signed-off-by: Michael Lukashov Signed-off-by: Junio C Hamano ---