Re: bad behaviour while using git rebase -i -p

2018-02-08 Thread Junio C Hamano
Jan Viktorin writes: > since Git 2.16.1, I've noticed a bad behaviour of git rebase -i -p. It > screws up merge commits created with --log (or config merge.log = true) > in my history. A good merge commit with message like: > > Merge branch 'test' > > *

bad behaviour while using git rebase -i -p

2018-02-08 Thread Jan Viktorin
Hello, since Git 2.16.1, I've noticed a bad behaviour of git rebase -i -p. It screws up merge commits created with --log (or config merge.log = true) in my history. A good merge commit with message like: Merge branch 'test' * test: c b is changed after rebase (without