commit | f703e6ea5e3bc7ff39b3ef6d3a21208fb63dfabd | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jun 18 13:10:38 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 03 10:24:15 2012 -0700 |
tree | d7ce56142a3637d5d300e3704a4ce0d7bba1e999 | |
parent | 1b27c2f01af398706acf554794644daaf6bc8835 [diff] |
sha1_name.c: refactor find_short_packed_object() 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>