Ross Kabus writes:
> On Thu, Sep 7, 2017 at 9:35 PM, Junio C Hamano wrote:
>> commit-tree: do not complete line in -F input
>>
>> "git commit-tree -F ", unlike "cat | git
>> commit-tree" (i.e. feeding the same contents from the standard
>> input), added a missing final newline w
On Thu, Sep 7, 2017 at 9:35 PM, Junio C Hamano wrote:
> commit-tree: do not complete line in -F input
>
> "git commit-tree -F ", unlike "cat | git
> commit-tree" (i.e. feeding the same contents from the standard
> input), added a missing final newline when the input ended in an
>
Ross Kabus writes:
> This change makes it such that commit-tree -F never appends a newline
> character to the supplied commit message (either from file or stdin).
>
> Previously, commit-tree -F would always append a newline character to
> the text brought in from file or stdin.
This is not corre
This change makes it such that commit-tree -F never appends a newline
character to the supplied commit message (either from file or stdin).
Previously, commit-tree -F would always append a newline character to
the text brought in from file or stdin. This has caused confusion in a
number of ways:
4 matches
Mail list logo