I'm wondering if it is possible to build git commit messages incrementally, documenting what I'm doing as I make code changes:
- Check out and begin work
- Enter commit message title (i.e. summary)
- Make a code change
- Update my commit message to describe change
- Repeat 3 and 4 until commit is ready
Is there any mechanism built into git to do this?