cherry: split off function to print output lines
authorJonathan Nieder <jrnieder@gmail.com>
Wed, 16 Mar 2011 07:12:48 +0000 (02:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Mar 2011 19:54:44 +0000 (12:54 -0700)
Readers uninterested in the details of "git cherry"'s output format
can see

print_commit('-', commit, verbose, abbrev);

and ignore the details.

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