Changes since last patch: 1. Use start_progress_delay so progress isn't shown if generating the patches is fast enough 2. Updated to have text of "Generating patches" 3. Only show progress when the --progress flag is passed 4. In the rebase script check stderr and the quiet option is not set before propagating the progress flag to format-patch Kevin Willford (2): format-patch: have progress option while generating patches rebase: turn on progress option by default for format-patch Documentation/git-format-patch.txt | 4 ++++ builtin/log.c | 10 ++++++++++ git-rebase--am.sh | 1 + git-rebase.sh | 6 ++++++ 4 files changed, 21 insertions(+) -- 2.14.0.rc0.286.g44127d70e4