cherry: don't set ignored rev_info options
commit38a44bc59ae1ee6bbf7c91de299f6b78ec6e3801
authorMartin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Sun, 29 Jul 2012 23:25:35 +0000 (29 16:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2012 00:37:11 +0000 (29 17:37 -0700)
tree95a2f955bae790217fef64d623effda11fdeed43
parent811929f1695ed7de15cad14b9335534af672b472
cherry: don't set ignored rev_info options

Ever since cherry was built-in in e827633 (Built-in cherry,
2006-10-24), it has set a bunch of options on the the rev_info that
are only used while outputting a patch. But since the built-in cherry
command never needs to output any patch (it uses add_commit_patch_id
and has_commit_patch_id instead), these options are just distractions,
so remove them.

Signed-off-by: Martin von Zweigbergk <martin.von.zweigbergk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c