I've set up an alias for `commit --amend --no-edit`, this way merging new stuff into a commit is easy, and editing the commit message is just a `-e` away (`-e` flips `--no-edit` back on).
The only concern is the odd situation where I'd staged something before realising I was missing bits in the commit message.
The only concern is the odd situation where I'd staged something before realising I was missing bits in the commit message.