Merge branch 'kw/rebase-progress' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:14 +0000 (23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:14 +0000 (23:07 -0700)
commit1958f378dde2490cdeb54b4a36395a553c138838
tree36bac1fe92788a44f705409d340e7bd8ef1e0d12
parente75c30de6418048de37c4f553458063997b4dcf7
parent9eaa858eb90802b9b6ce8a061229faba463f4bc3
Merge branch 'kw/rebase-progress' into next

"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