cat-file: move batch_options definition to top of file
commitbfd155943eecedb7b7e759ff022ca09e68f941b0
authorJeff King <peff@peff.net>
Mon, 22 Jun 2015 10:41:03 +0000 (22 06:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2015 21:55:52 +0000 (22 14:55 -0700)
treea11996c7f3d6a5c2640ba69866e3e51ba239f7fc
parentad42f28d0cc72676de8ff8439c513125a1aa9e84
cat-file: move batch_options definition to top of file

That way all of the functions can make use of it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/cat-file.c