Martin von Zweigbergk [off-list ref] writes:
If rebase.stat is set to true, a diffstat should be displayed. If it is
not set, it should default to false. However, if it is explicitly set to
false (or other value), a diffstat is still displayed, which is probably
not what most users would expect. Show diffstat only if it is set
to true.
Signed-off-by: Martin von Zweigbergk <redacted>
---
Sounds sensible; it would have been nicer if it came with a test, but this
particular change is sort of obvious ;-)
Thanks.