Browse Source
rev_info.early_output started out as an unsigned int inmaintcdcefbc97
(Add "--early-output" log flag for interactive GUI use, 2007-11-03), but later it was turned into a single bit in a bit field incc243c3ce
(show: --ignore-missing, 2011-05-18) without explanation, though the code using it still expects it to be a regular integer type and uses it as a counter. Consequently, any even number given via '--early-output=<N>', or indeed a plain '--early-output' defaulting to 100 effectively disabled the feature. Turn rev_info.early_output back into its origin unsigned int data type, making '--early-output' work again. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
SZEDER Gábor
8 years ago
committed by
Junio C Hamano
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue