Proposal : aggregated dlang git repository
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Wed Feb 11 10:27:44 PST 2015
On Wednesday, 11 February 2015 at 18:23:23 UTC, H. S. Teoh wrote:
> I thought somebody mentioned that the latest version of git
> submodules
> now allows tracking branch heads instead of specific commits?
Yeah, it turns out it doesn't work quite like you'd expect. They
still track specific commits, but they also remember a ref
(branch) that a commit can be on. Then, you can run "git
submodule update --remote" to make it point to the latest commit
on that branch.
More information about the Digitalmars-d
mailing list