commit | fe0bb5f7bce3dbcc32325c74e693a726d0c2808b | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun May 10 10:41:22 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun May 10 12:41:35 2009 -0700 |
tree | a231d3cc1a705636d5cc3f62e8d11a4504c0f77c | |
parent | 1fdee85c8844a2cbfdf2f4c0a9c0964b78beb37e [diff] |
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 <gitster@pobox.com>