On Thu, Sep 7, 2017 at 9:35 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > commit-tree: do not complete line in -F input > > "git commit-tree -F <file>", unlike "cat <file> | git > commit-tree" (i.e. feeding the same contents from the standard > input), added a missing final newline when the input ended in an > incomplete line. > > Correct this inconsistency by leaving the incomplete line as-is, > as erring on the side of not touching the input is preferrable > and expected for a plumbing command like "commit-tree". That all makes sense to me and is clearer too, I like this change. Do I need to resubmit the patch or will you just use that text instead?