Merge branch 'jk/rebase-i-drop-ident-check'
commitae1ae600db5e159c4563ee080531b9500c26d635
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:28 +0000 (21 15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:28 +0000 (21 15:15 -0700)
tree95925e9c5cccc44f2aeeaeff65f035e9093d843a
parent1fe6f5fb0a4bf348b22790b4d766a463e013a384
parent1e461c4f1fc43a00c7f576a111b4f002ba2d2557
Merge branch 'jk/rebase-i-drop-ident-check'

Even when "git pull --rebase=preserve" (and the underlying "git
rebase --preserve") can complete without creating any new commit
(i.e. fast-forwards), it still insisted on having a usable ident
information (read: user.email is set correctly), which was less
than nice.  As the underlying commands used inside "git rebase"
would fail with a more meaningful error message and advice text
when the bogus ident matters, this extra check was removed.

* jk/rebase-i-drop-ident-check:
  rebase-interactive: drop early check for valid ident
git-rebase--interactive.sh