Am 18.08.2012 02:35, schrieb Yves Blusseau:
> Hi all,
>
> i have rename all the version tags adding v in front of their old names. So
> the old tag 4.1-beta1 become v4.1-beta1.
> I do that because it is easier to distinguish version tags from other tags
> with command like git describe --match "
Hi all,
i have rename all the version tags adding v in front of their old names. So the
old tag 4.1-beta1 become v4.1-beta1.
I do that because it is easier to distinguish version tags from other tags with
command like git describe --match "v[0-9]*" --abbrev=7 HEAD.
You need to get the new tags a
Hi all,
i have wrote a guideline to use git for the Bering-uClibc project:
https://sourceforge.net/apps/mediawiki/leaf/index.php?title=Developer_Guide_-_Git_Workflows
Feel free to comment and correct the guide !
If you have two rules to retain:
* Never merge downwards e.g don't merge nex