On Tue, May 8, 2012 at 4:07 PM, Benoit Germain <[email protected]> wrote:
> Hello,
>
> Please bear with me if all this seem straightforward to you, but I am
> no Git guru :-)

I'm no git guru either, but I my understanding is that a tag is an
alias for a commit.

http://git-scm.com/book/en/Git-Basics-Tagging

So, in a sense, since the tag points to a specific commit, that also
means that it points to a specific branch.

The respective rockspecs should read:

source= {
   url= "git://github.com/LuaLanes/lanes.git",
   tag= "v3.2.0"
}

source= {
   url= "git://github.com/LuaLanes/lanes.git",
   tag= "v3.1.1"
}

That is, you drop the branch. Which branch should be used is
implicitly given by the tag.

Regards,
Ignacio

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to