]> git.ipfire.org Git - thirdparty/git.git/commit
pickaxe: move pickaxe() after pickaxe_match()
authorRené Scharfe <l.s.r@web.de>
Sat, 22 Mar 2014 17:15:58 +0000 (18:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Mar 2014 22:13:10 +0000 (15:13 -0700)
commit3753bd1f69d3b17e0369390fb8960ae3b7855b70
tree5f8f11d3b22aaec7b2e31de0b4fa434fa98ad818
parent63b52afaa88bf89c781fe11c6803ff1dcc47d424
pickaxe: move pickaxe() after pickaxe_match()

pickaxe() calls pickaxe_match(); moving the definition of the former
after the latter allows us to do without an explicit function
declaration.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-pickaxe.c