-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for costum commit messages #53
Comments
Seems simple enough to glue that ^^ service into gitfiti via the python requests library, want to give it a shot? Though 1 request per commit might slow down the whole process quite a bit, maybe just grab 10-100 and repeat messages as needed. How would you handle cases where you have more commits (think thousands) than messages? |
I thought it would be more flexible to have a file locally, just like https://github.com/ngerakines/commitment/blob/master/commit_messages.txt There are 3 message-strategies I can think of:
For backwards compatibility we could set What do you think? |
A user set default message OR path to file seem fine to me, though having both rotate AND random seems like overkill but sure why not. It looks like that project is MIT licensed so we can just adopt those messages to start. I will point out that currently no options can be passed in, so it would have to be wedged into the text prompts until #38 happens. |
It would be nice to be able to provide a file with one potential commit message per line (or a directory with one potential commit message per file) from which the commits could randomly draw their messages.
https://github.com/ngerakines/commitment could be an inspiration.
The text was updated successfully, but these errors were encountered: