builtin-mktree.c: use a helper function to handle one line of input
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 17:41:22 +0000 (10:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 May 2009 19:41:35 +0000 (12:41 -0700)
The main() function used to do the whole thing; this moves the handling of
a single input line to a separate function to make it easier to read.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found