Merge branch 'rk/commit-tree-make-F-verbatim' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:18:58 +0000 (14:18 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:18:58 +0000 (14:18 +0900)
commitaec2eb8bfd1f927bd470ea0e24d172a696019924
tree30a2f106d0b3226df2ccd0057b98114a30331c38
parent6b895039f4c81e8b50f0d5f7d22f400e52e9bfc6
parentc818e743325e5710dbf2071b769fbcbc3b50a9e0
Merge branch 'rk/commit-tree-make-F-verbatim' into maint

Unlike "git commit-tree < file", "git commit-tree -F file" did not
pass the contents of the file verbatim and instead completed an
incomplete line at the end, if exists.  The latter has been updated
to match the behaviour of the former.

* rk/commit-tree-make-F-verbatim:
  commit-tree: do not complete line in -F input