Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into next
commit849a24dfcb8ca5985e9f50bfa2cb8873fc60a5fb
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 May 2015 20:21:02 +0000 (7 13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 May 2015 20:21:02 +0000 (7 13:21 -0700)
tree83c0f328297d582abe4597a0919c2696cd0e9303
parent8e1974edaeee9161b10b8f31a7a86892259e9768
parentdf0620108b9710a06d5a2d9c125d43b97590cce6
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into next

"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