Sync with v1.7.8.1

This commit is contained in:
Junio C Hamano
2011-12-21 12:02:39 -08:00
5 changed files with 35 additions and 14 deletions

View File

@ -73,8 +73,6 @@ static int decorate_callback(const struct option *opt, const char *arg, int unse
static void cmd_log_init_defaults(struct rev_info *rev)
{
rev->abbrev = DEFAULT_ABBREV;
rev->commit_format = CMIT_FMT_DEFAULT;
if (fmt_pretty)
get_commit_format(fmt_pretty, rev);
rev->verbose_header = 1;