diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-31 23:00:51 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-31 23:00:51 -0700 |
commit | 056d6d4e89c9477c4bd4b7c0d81ee51ab5602eb9 (patch) | |
tree | 697ec6974c625e9d6a293b785baa402eb345dd52 /builtin-log.c | |
parent | Merge branch 'jc/checkout' (diff) | |
parent | pager: config variable pager.color (diff) | |
download | tgif-056d6d4e89c9477c4bd4b7c0d81ee51ab5602eb9.tar.xz |
Merge branch 'ml/pager'
Diffstat (limited to 'builtin-log.c')
-rw-r--r-- | builtin-log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin-log.c b/builtin-log.c index 82c69d1d05..bba1496bf2 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -34,7 +34,6 @@ static int cmd_log_walk(struct rev_info *rev) struct commit *commit; prepare_revision_walk(rev); - setup_pager(); while ((commit = get_revision(rev)) != NULL) { log_tree_commit(rev, commit); free(commit->buffer); |