|
|
|
|
|
by TheBurningOr
5773 days ago
|
|
I feel like a better approach for that sort of solution would be to use a hash-tag based (#) tagging system. English has so many tenses and people mis-spell things anyways that basing your search purely off of the text of the commit message is always going to be tricky. Anyways, the point of the commit message is that it be human readable, not machine readable. Personally, I like clever commit messages. They remind me that the project was written by humans for humans. |
|
My approach is to add silly things in as fluff, not as the message itself.
becomes or whatever. Make sure you've got enough _real_ information there, and some light extra whatever is fine.Then again, sometimes, you really need good commit messages: http://github.com/shoes/shoes/commit/95fed5e6310cb0174ba80b8...