March 8, 2015

How to read Github commit Messages

I make pretty extensive use of hakkalogs to keep track of what I've done. It has gotten to the point where I'm finding it difficult to remember exactly what I did today in terms of accomplishments. But git does. And, so, why not script it:

Sample output from the script (for rubyonrails, a rather busy project, today, by any user:
Merge pull request #19257 from jvanbaarsen/patch-1

Rails 5.0 needs ruby 2.2.1 or higher
Rails 5.0 needs ruby 2.2.1 or higher

Since there was a bug in 2.2.0, the minimum ruby requirement is 2.2.1. See https://github.com/rails/rails/commit/8ed0b89b
[skip ci]

No comments:

Post a Comment