]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: reorder some function definitions
authorMichael Haggerty <mhagger@alum.mit.edu>
Fri, 10 Feb 2017 11:16:11 +0000 (12:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Feb 2017 19:13:25 +0000 (11:13 -0800)
commit620a66b9e2d68433aab2ae3daf5a62896c0547d8
treedbef6fb1b4cfb34207ad724a1a6229fccbec7814
parent3b9e3c2cede15057af3ff8076c45ad5f33829436
refs: reorder some function definitions

This avoids the need to add forward declarations in the next step.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c