On Monday, 25 March 2013 at 22:11:23 UTC, Walter Bright wrote:
On 3/25/2013 5:50 AM, Jens Mueller wrote:
how is Deimos supposed to address different versions of a
library?
In the case at hand, I have a Deimos repository for LLVM 3.1.
Now I want
to add support for version 3.2. Should I create a different
branch or
just a tag?
I think a branch for older versions would work best. "master"
would be for the newest version.
Or just not have a "master" branch at all. You can select the
default branch in the GitHub repo admin settings.
David