gitui
gitui copied to clipboard
feat: use `git commit --verbose` template in external editor
This Pull Request closes #2619.
It changes the following:
- When opening the external editor on a commit message, use template from
git commit --verbosewhich includes full diff of the commit.
I followed the checklist:
- [x] I added unittests
- [x] I ran
make checkwithout errors - [x] I tested the overall application
- [ ] I added an appropriate item to the changelog