Is it considered rude to use commits as comments in VCS's.
- by Alex
For example in git you could do
git commit --allow-empty -m"I like what this guy did"
I was considering using commits as a commenting system,
and I just wanted to see how that would go over.