Re: tag scheme

2014-11-26 Thread Rick Umali
On Tue, Nov 25, 2014 at 12:09:42PM -0500, Jeff King wrote: > On Tue, Nov 25, 2014 at 05:17:52PM +0100, Carsten Mattner wrote: > > I'm looking for advice on a tagging scheme, especially pros/cons > > of using a 'v' prefix as in v2.1.0 like git does. > > > > My impression is that using a common pref

Re: tag scheme

2014-11-25 Thread Jeff King
On Tue, Nov 25, 2014 at 05:17:52PM +0100, Carsten Mattner wrote: > I'm looking for advice on a tagging scheme, especially pros/cons > of using a 'v' prefix as in v2.1.0 like git does. > > My impression is that using a common prefix for tags makes it > simple to distinguish from maintenance branch

tag scheme

2014-11-25 Thread Carsten Mattner
I'm looking for advice on a tagging scheme, especially pros/cons of using a 'v' prefix as in v2.1.0 like git does. My impression is that using a common prefix for tags makes it simple to distinguish from maintenance branches for past releases but it seems that most repositories use tags without a