gitui
gitui copied to clipboard
feat: add keybinding to copy commit message
This Pull Request fixes/closes #2370 .
It changes the following:
- add keybinding to copy commit message
- Run
cargo clippyto format the code.
I followed the checklist:
- [ ] I added unittests
- [x] I ran
make checkwithout errors - [x] I tested the overall application
- [x] I added an appropriate item to the changelog
@extrawurst Is it necessary to add a feature to copy the commit subject here? :)