Hacker News new | ask | show | jobs
Commit Message Generator (whatthecommit.com)
10 points by icodemyownshit 5788 days ago
2 comments

For git (should be easy transferable to other VCs): git commit -m "$(curl -s http://whatthecommit.com/ | awk '/<p>/ {sub("<p>", ""); print }')"
This works too: git commit -m "$(curl -s http://whatthecommit.com/index.txt)
I don't get it. Why would you want a fake commit message?