Merge branch 'jk/rebase-interative-eval-fix' into maint
commitcca92531e3f836733d246c9696ce6a7059ae10ad
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2016 20:17:24 +0000 (26 13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2016 20:17:24 +0000 (26 13:17 -0700)
tree51abf31f65f48366e81216795c5ddc69b7301262
parente29300d69fb8e003b36f155a5f286d72ee5a557f
parent8e98b35f87532761f09101729715c2ec49e24ddf
Merge branch 'jk/rebase-interative-eval-fix' into maint

Portability enhancement for "rebase -i" to help platforms whose
shell does not like "for i in <empty>" (which is not POSIX-kosher).

* jk/rebase-interative-eval-fix:
  rebase--interactive: avoid empty list in shell for-loop