diff options
author | Jeff King <peff@peff.net> | 2019-03-20 04:13:42 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-20 18:34:08 +0900 |
commit | 7954d365c64fd5cb854cf477aab3c12b8ff43f42 (patch) | |
tree | 507488a3c02602bc83c195443c5bb7d25dc5f39f /builtin/commit.c | |
parent | 9163399535c43b6764376a280c2551600e8cd5bc (diff) |
log: drop unused rev_info from early output
The early output code passes around a rev_info struct but doesn't need
it. The setup step only turns on global signal handlers, and the
"estimate" step is done completely from the rev->commits list that is
passed in separately.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions