Is it considered rude to use commits as comments in VCS's.
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-04-13T17:37:26Z
Indexed on
2010/04/14
8:13 UTC
Read the original article
Hit count: 334
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.
© Stack Overflow or respective owner