Remember the last 10 commit messages and offer a dropdown in the commit dialog to choose one of the last commit messages.
One of my use cases is that there was an error on executing `git commit` and so the commit and its message is lost(in this case any feedback of the failed process is missing in the UI but that's another story). With the history, I can restore the message easily. Another use case is that one might want to repeat the same commit message for multiple commits (i.e. same change in various repositories or whatever). You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/836 -- Commit Summary -- * GeanyVC: Add a commit message history -- File Changes -- M geanyvc/src/geanyvc.c (153) -- Patch Links -- https://github.com/geany/geany-plugins/pull/836.patch https://github.com/geany/geany-plugins/pull/836.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/836
