author | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 18:04:22 +0000 (11:04 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 18:04:22 +0000 (11:04 -0700) | ||
commit | e8b55fab6237b30494aa1905c3209d5bf5494a29 | |
tree | d1f354415742da127b0d35426686ad4115ec4b15 | tree | snapshot |
parent | e12455479651c3444aca9cf550b1e1beed1055a6 | commit | diff |
builtin-name-rev.c: split deeply nested part from the main function
The main function of this command implementation tries to do too many
things. Split out a handling of single input line into a separate
function to reduce nesting level and clutter.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The main function of this command implementation tries to do too many
things. Split out a handling of single input line into a separate
function to reduce nesting level and clutter.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-name-rev.c | diff | blob | history |