check-ref-format: handle subcommands in separate functions
commitcfbe22f03f9be1f3bbbd33240dcb127099d4346e
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 6 Aug 2010 03:36:07 +0000 (5 22:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Aug 2010 17:00:39 +0000 (6 10:00 -0700)
treea3361873275c25a85ceaa02bed2d8769ffea9791
parent2429e8da954e5c006425bb7d418fe29db063db21
check-ref-format: handle subcommands in separate functions

The code for each subcommand should be easier to read and manipulate
this way.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/check-ref-format.c