Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:54 +0000 (14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:54 +0000 (14:23 -0700)
"filter-branch" corrupted commit log message that ends with an
incomplete line on platforms with some "sed" implementations that
munge such a line. Work it around by avoiding to use "sed".

* jk/filter-branch-use-of-sed-on-incomplete-line:
filter-branch: avoid passing commit message through sed

Trivial merge