From: Jeff King Date: Wed, 20 Mar 2019 08:13:42 +0000 (-0400) Subject: log: drop unused rev_info from early output X-Git-Tag: v2.22.0-rc0~72^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7954d365c64fd5cb854cf477aab3c12b8ff43f42?hp=7954d365c64fd5cb854cf477aab3c12b8ff43f42 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 Signed-off-by: Junio C Hamano ---