From: Junio C Hamano Date: Sun, 10 May 2009 17:41:22 +0000 (-0700) Subject: builtin-mktree.c: use a helper function to handle one line of input X-Git-Tag: v1.6.4-rc0~99^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fe0bb5f7bce3dbcc32325c74e693a726d0c2808b?hp=fe0bb5f7bce3dbcc32325c74e693a726d0c2808b builtin-mktree.c: use a helper function to handle one line of input 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 ---