Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'
commit02f8203740c63a2a8f2f63979b46ecfce976dfc0
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:54 +0000 (11 14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:54 +0000 (11 14:23 -0700)
tree25e913179f0e1cca93b4065b0e16b31840bf6246
parent9e4d2f6d45ef46e5774bbf752786ca3b9a4142a5
parentdf0620108b9710a06d5a2d9c125d43b97590cce6
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'

"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