sha1_name.c: refactor find_short_packed_object()
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jun 2012 20:10:38 +0000 (13:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2012 17:24:15 +0000 (10:24 -0700)
Extract the logic to find object(s) that match a given prefix inside
a single pack into a separate helper function, and give it a bit more
comment.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found