6 ms·
I think the point was mostly that 'lol' or 'meh' is a completely useless comment. It's true that there's a lot of room for improvements in the given example. St
by smathieu 12y ago
I think the point was mostly that 'lol' or 'meh' is a completely useless comment. It's true that there's a lot of room for improvements in the given example. Still, they do provide some context to people who actually understand the application they are working on.
Does anyone know of good open source project that uses Git messages extremely well that we could use as an example?
- VBprogrammer 12y agoYes, they are clearly vastly superior to 'lol', 'meh' or worse 'fix'. Still, I think my point stands that they could be better.
- jipiboily 12y agoYes, totally! We picked some examples quickly just to demonstrate that people can do better "lol", "fix" or "meh". There is still room for improvements and we have better ones, too.
- tomswartz07 12y agoNot to toot my own horn, but I have a few minor projects that I try to meticulously document with the git commit messages. https://github.com/tomswartz07/linux-configs/commit/3684d3adb14fec1ea73ca283d942b5a5039788b9 https://github.com/tomswartz07/linux-configs/commit/3684d3ad... is an example of one.
- KajMagnus 12y agoYes, Git itself :-) git://git.kernel.org/pub/scm/git/git.git and https://github.com/git/git https://github.com/git/git Git's commit log is probably the most detailed and informative log I've ever seen. And it's a bit fun to have a glance at Linus Torvald's old initial commits from 2005 :-) (You might want to check the 'pu' branch rather than the 'master' branch. And there're lots of 'Merge branch...' commits that aren't super interesting.)