I appreciate how I can clone a repository whose history goes far back, and look at git log and then checkout a commit from 2008 and see what the program looked like in 2008
My own repositories don't go back to 2008, but it is also interesting to me to see the log for my own project, see how long it took me to implement and commit a feature
Thinking about that guy who said that commit messages aren't useful. Maybe it's because of my memory and perception of time being very broken, but they're very useful to me in my personal projects. I want to be able to look back and know what I did and when!
@wallhackio @vaporeon_ this is incredibly mean to people like me who have never worked on a project more complicated than hello world