From: Junio C Hamano Date: Thu, 14 Sep 2017 08:40:39 +0000 (+0900) Subject: Merge branch 'rk/commit-tree-make-F-verbatim' into next X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3d40c900f344c5f6952b4d79a1e3c7ff4f1ff100?hp=--cc Merge branch 'rk/commit-tree-make-F-verbatim' into next 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 --- 3d40c900f344c5f6952b4d79a1e3c7ff4f1ff100