Re: [PATCH v2 1/9] refs: reorder some function definitions

2017-02-10 Thread Junio C Hamano
Michael Haggerty writes: > This avoids the need to add forward declarations in the next step. > > Signed-off-by: Michael Haggerty > --- > refs.c | 64 > 1 file changed, 32 insertions(+), 32 deletions(-) Makes sense, but the patch

[PATCH v2 1/9] refs: reorder some function definitions

2017-02-10 Thread Michael Haggerty
This avoids the need to add forward declarations in the next step. Signed-off-by: Michael Haggerty --- refs.c | 64 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/refs.c b/refs.c index 9bd0bc1..707092f 100644 --- a