New rebase release

Charles Wilson cygwin@cwilson.fastmail.fm
Sun Sep 25 22:22:00 GMT 2011


On 9/23/2011 11:11 AM, Jason Tishler wrote:
> I'm about to commit the following patch:
> 
>     http://www.tishler.net/jason/software/rebase/rebase.patch
> 
> Any comments before I do so?

Looks fine to me.

> Additionally, are there any conventions I should following when I tag
> the release?

"." is not allowed in cvs tags, and they are not allowed to start with a
number.  So, I usually do this:

x.y.z -> vx_y_z
4.0.0 -> v4_0_0

There are other conventions -- and things get more complicated when you
want to have branches -- but that will do for now.

--
Chuck



More information about the Cygwin-apps mailing list