Merge branch 'kw/rebase-progress'
commitad7d3c3b391b73207fbb29da99d4f64ad0c54f00
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:13:07 +0000 (23 14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:13:07 +0000 (23 14:13 -0700)
treeafdf7e3fd01cdb0d8a1451c46ff1c19fb9ec8de1
parent75010153e95f2b340f841953e3a0ce269ccf394f
parent9eaa858eb90802b9b6ce8a061229faba463f4bc3
Merge branch 'kw/rebase-progress'

"git rebase", especially when it is run by mistake and ends up
trying to replay many changes, spent long time in silence.  The
command has been taught to show progress report when it spends
long time preparing these many changes to replay (which would give
the user a chance to abort with ^C).

* kw/rebase-progress:
  rebase: turn on progress option by default for format-patch
  format-patch: have progress option while generating patches
builtin/log.c
git-rebase--am.sh
git-rebase.sh