refs: reorder definitions
commit6356c658e424dbd45b278f164b0c36a2062a1bcb
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 4 Sep 2016 16:08:17 +0000 (4 18:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 22:28:12 +0000 (9 15:28 -0700)
tree31f1b2fd99c02e82349a0d6e871a720ea1acd046
parent127b42a18618538438b811a29cd95e79c646eb70
refs: reorder definitions

Move resolve_gitlink_ref() and related functions lower in the file to
avoid the need for forward declarations in the next step.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs/files-backend.c