]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kw/rebase-progress'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:13:07 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:13:07 +0000 (14:13 -0700)
"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

1  2 
builtin/log.c
git-rebase--am.sh
git-rebase.sh

diff --cc builtin/log.c
Simple merge
Simple merge
diff --cc git-rebase.sh
Simple merge