Le 31/08/2011 18:18, Frank Lanitz a écrit :
Am 31.08.2011 17:21, schrieb Colomban Wendling:
- We won't probably be able to create Git tags from the SVN tags
because they (at least Geany-0_18 do) don't all tag a single commit (e.g. it's a branch)
Can you go into more detail which are not working? IIRC we only had one or two of tag/branches issues within the releases.
$ git log --graph --decorate --pretty=oneline --abbrev-commit remotes/tags/Geany-0_18
* 8c84d70 (tags/Geany-0_18) Tag the 0.18 release. |\ | * d6ec2f3 Fix opening of local files in the browser on Windows. * | 6df16fe Tag the 0.18 release. |/ * cb9c34f Add missing include path to fix 'make distcheck'.
Hum, actually it looks like it's my bad since it simply looks like a re-tagging, so the forked history isn't interesting. So maybe tags aren't a problem -- which would be cool :)
Cheers, Colomban