From: Ævar Arnfjörð Bjarmason Date: Thu, 10 May 2018 12:43:01 +0000 (+0000) Subject: sha1-name.c: move around the collect_ambiguous() function X-Git-Tag: v2.18.0-rc0~15^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a885c93b5c2975352d7c61b330be04a270c9062f?ds=inline;hp=a885c93b5c2975352d7c61b330be04a270c9062f sha1-name.c: move around the collect_ambiguous() function A subsequent change will make use of this static function in the get_short_oid() function, which is defined above where the collect_ambiguous() function is now. Without this we'd then have a compilation error due to a forward declaration. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---