diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-21 12:02:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-21 12:02:44 -0800 |
commit | e443bdfe1e8e1ef8b3665cfd1c1295bd73e13773 (patch) | |
tree | fdea418b083f7185f08b51d04f49081fc1c58c54 /builtin/log.c | |
parent | 3daff7c31998faedbe0dd7e2b8651e351be40d64 (diff) | |
parent | 2ce0edcd786b790fed580e7df56291619834d276 (diff) | |
download | git-e443bdfe1e8e1ef8b3665cfd1c1295bd73e13773.tar.gz |
Sync with v1.7.8.1
Diffstat (limited to 'builtin/log.c')
-rw-r--r-- | builtin/log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/builtin/log.c b/builtin/log.c index 89d0cc0132..7d1f6f88a0 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -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; |