I want to use "git describe" to get the "revision number" of the application. Unfortunately, the git repository was created using cvs-import and has an ugly old tag, so I would like to change it.
How can I change the tag given when using "git describe"?
Note: I asked this on IRC today and found the answer myself in the end. Thought it might be useful to others too. :)