Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint
commita2e5c79c69ee6109b06efe9a483df5e6708432fe
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 20:49:20 +0000 (26 13:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 May 2015 20:49:20 +0000 (26 13:49 -0700)
tree169c2e5d48d2c8c9aacd22bf00d8c12e0783e771
parent6fd58363a4fa5f99c7d764e34e8be1b7044d7252
parentdf0620108b9710a06d5a2d9c125d43b97590cce6
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line' into maint

"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