Code

builtin/log: remove redundant initialization
authorMichael Schubert <mschub@elegosoft.com>
Wed, 21 Dec 2011 12:05:27 +0000 (13:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Dec 2011 19:15:56 +0000 (11:15 -0800)
commit967cf9867de7c49393dfc666c941a1861d159639
treeed6a2f63e67d85ce247092fa7e6ee487e0cd01b9
parentf1f509cc4504ebe9e2922c7bc61794183e3d441a
builtin/log: remove redundant initialization

"abbrev" and "commit_format" in struct rev_info get initialized in
init_revisions - no need to reinit in cmd_log_init_defaults.

Signed-off-by: Michael Schubert <mschub@elegosoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c