Merge branch 'rk/commit-tree-make-F-verbatim'
commit4d46bce6b07b8047aad2726e5dc42edcc6787d6b
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Sep 2017 01:47:57 +0000 (19 10:47 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Sep 2017 01:47:57 +0000 (19 10:47 +0900)
tree0a1aa8443225dbb1035dff64847f771b169cc4d5
parentd811ba1897b723fd0146875201061e3603c16391
parentc818e743325e5710dbf2071b769fbcbc3b50a9e0
Merge branch 'rk/commit-tree-make-F-verbatim'

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
builtin/commit-tree.c