Dne st 2. května 2012 Robert Xu napsal(a):
I know that. :-) The problem is "How do I apply patches to an existing tagged branch to create a new tagged branch that is completely independent of the main development branch".
You should be able to create a branch based off of a tag like anything else. git branch <branchname> <tag> and then check it out git checkout <branchname>
I think this should be exactly right - create a branch (named v3.5.13?) where is now tag v3.5.13, and then I can commit patches in that branch.
Slavek --