Tagged Questions

24
votes
10answers
11k views

Moving from CVS to git: $Id:$ equivalent?

I read through a bunch of questions asking about simple source code control tools and git seemed like a reasonable choice. I have it up and running and it works well so far. One aspect that I like ...
1
vote
3answers
2k views

How do I disable CVS Sticky Option -kk for keyword substitution?

I have a file in cvs that has Sticky Options set to -kk. This replaces all cvs keywords with just the keyword name to facilitate diffs. For example, $Author: Alex B$ becomes $Author$. How do I ...