builtin/fetch.c: reorder function definitions
commita0fbb5a329ea138e02698312f14ac1aea4b9b4c9
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 30 Oct 2013 05:32:55 +0000 (30 06:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 21:16:33 +0000 (30 14:16 -0700)
tree009da5a2a2f6db0cff91bf9787c9b1ab1c2327b8
parentf137a45e0db9823d386b18a7a9f5e0fc06c0b67d
builtin/fetch.c: reorder function definitions

Reorder function definitions to avoid the need for a forward
declaration of function find_non_local_tags().

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