
27 Dec
2018
27 Dec
'18
11:18 a.m.
Matthew Pickering
Does this mean that the commit message doesn't come from the MR description?
Correct. Like GitHub, the commit messages that make it into the version control history are precisely the commit messages of the commits in your branch.
If I want to edit the commit message for a description I need to
1. squash the changes locally 2. force push the branch 3. Wait for CI to finish building (even though I just changed the commit message).
This would be a great time to use the "Merge when CI passes" feature. Cheers, - Ben