These two small patches teach git-rebase to understand --stat, and git-pull to forward --stat to git-rebase when used with --rebase. Comments welcome! Tor Arne Vestbø (2): git-rebase: Add --stat and --no-stat for producing diffstat on rebase git-pull: Allow --stat and --no-stat to be used with --rebase Documentation/git-rebase.txt | 17 ++++++++++++++++- git-pull.sh | 10 +++++----- git-rebase.sh | 25 ++++++++++++++++++------- t/t3406-rebase-message.sh | 23 ++++++++++++++++++++++- 4 files changed, 61 insertions(+), 14 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html