Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-daemon: produce output when ready
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index 89d0cc0132ca459d622827f5dd11a361fc6a138c..7d1f6f88a0e0f76bc8ee35155a532b641c14a845 100644
(file)
--- 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;