ions (JGit) don't always terminate the
commit message with a newline, this change also inserts a second newline
if necessary.
Signed-off-by: Robin Stocker
---
sequencer.c|4
t/t3511-cherry-pick-message.sh | 26 ++
2 files changed, 30 i
Junio C Hamano writes:
> Robin Stocker writes:
>
> > if (opts->record_origin) {
> > + /* Some implementations don't terminate message with final \n, so
> > add it */
> > + if (msg.message[strlen(msg.message)-1] != '\n')
> > + strb
Junio C Hamano writes:
> Robin Stocker writes:
>
> > Junio C Hamano writes:
> >> Robin Stocker writes:
> >>
> >> > if (opts->record_origin) {
> >> > + /* Some implementations don't terminate message with final
3 matches
Mail list logo