diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2017-06-10 13:41:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-12 13:39:32 -0700 |
commit | e35b6ac56f6582f85319ebc86d4a9b42ca5a21cb (patch) | |
tree | 6424ee530fcf2bb49995518b04c8750ee6485b62 /git-rebase--interactive.sh | |
parent | Git 2.11.2 (diff) | |
download | tgif-e35b6ac56f6582f85319ebc86d4a9b42ca5a21cb.tar.xz |
revision.h: turn rev_info.early_output back into an unsigned int
rev_info.early_output started out as an unsigned int in cdcefbc97 (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 in cc243c3ce
(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>
Diffstat (limited to 'git-rebase--interactive.sh')
0 files changed, 0 insertions, 0 deletions