author | Jonathan Nieder <jrnieder@gmail.com> | |
Wed, 16 Mar 2011 07:12:48 +0000 (02:12 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 16 Mar 2011 19:54:44 +0000 (12:54 -0700) | ||
commit | a3a32e7f083cdd3b8e68419d2f012b5561a9ccde | |
tree | e2197a0199beceeeee8d6747acb9915471cd3828 | tree | snapshot |
parent | 6e0332ec3ea74e635258a30d360bd2e00a51730e | commit | diff |
cherry: split off function to print output lines
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>
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>
builtin/log.c | diff | blob | history |