author | Michael Schubert <mschub@elegosoft.com> | |
Wed, 21 Dec 2011 12:05:27 +0000 (13:05 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Dec 2011 19:15:56 +0000 (11:15 -0800) | ||
commit | 967cf9867de7c49393dfc666c941a1861d159639 | |
tree | ed6a2f63e67d85ce247092fa7e6ee487e0cd01b9 | tree | snapshot |
parent | f1f509cc4504ebe9e2922c7bc61794183e3d441a | commit | diff |
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>
"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 | diff | blob | history |