Generated MR merge commit objects missing trailing newline
After ghostflow-director's Do: merge
I ended up with a commit object whose last line Merge-request !3
had no newline. Git operations don't really care about this, but it is not consistent with what git merge
produces.
This is strange because all the check_mr_commit
calls in our test suite verify that a trailing newline exists.