Re: [PATCH 0/2] commit -t appends newline after template file

2015-05-28 Thread Patryk Obara
On Tue, May 26, 2015 at 8:15 AM, Patryk Obara wrote: > > These are my first patches to git, so be extra pedantic during review, please. > > I noticed, that newline is appended, when I try to use template file - which > is annoying if template ends with comment. I digged a bit and it turned out > t

[PATCH 0/2] commit -t appends newline after template file

2015-05-25 Thread Patryk Obara
These are my first patches to git, so be extra pedantic during review, please. I noticed, that newline is appended, when I try to use template file - which is annoying if template ends with comment. I digged a bit and it turned out that: * my editor (vim) was appending newline before eof in templ