From: Junio C Hamano Date: Wed, 18 Oct 2017 05:18:58 +0000 (+0900) Subject: Merge branch 'rk/commit-tree-make-F-verbatim' into maint X-Git-Tag: v2.15.0-rc2~5^2~44 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aec2eb8bfd1f927bd470ea0e24d172a696019924 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 --- aec2eb8bfd1f927bd470ea0e24d172a696019924