On 2015-01-15 17:08, Dicebot wrote:
Important thing here is that starting with git 1.8.2 it is possible to set submodule to track head of remote branch instead of fixed commit hash - which fixes the maintenance issue and is exactly the thing needed for meta-dlang repo.
Yeah, but in practice I haven't noticed any difference. You still need to manually update the submodules with a command and make a commit in the super repository.
I did some experiments with this at work when we moved from SVN to Git. -- /Jacob Carlborg
