Closed lambdalisue closed 7 years ago
It may be useful if user can create a template message of a new commit message in Gita commit.
Like:
<=CURSOR=> This is {branch} ({commit}) singed by {author} ({author-email})
Let me know if you want to add some variables.
Implemented #85
Implementation has removed #85
git commit actually support --template option so vim-gita should mimic that option.
git commit
--template
Priority is low
It may be useful if user can create a template message of a new commit message in Gita commit.
Like:
Let me know if you want to add some variables.