I am using the following repository to pull Moodle 2 updates...
git://git.moodle.org/moodle.git (branch master)
However, I've just realised that it only seems to be updated weekly. I was trying to find some fixes made after the last weekly update. Is that branch/repo available to me?
Integration.git is only updated during Monday and Tuesday, then it is tested before becoming the weekly release on Wednesday.
Before the integration is done, you need to look at the PULL request, which will tell you where to find that change. For example PULL-182.
All this is documented (sort-of) on Development:Process.
Thanks Tim!
I read the development process article - that's how I concluded that it was in integration.git
So, to cut a long story short, everybody has their own repo on github (or wherever) and we consolidate from there. If I want a fix you made I have to grap your github repo and use that, or cherry-pick or whatever. Ok then
BTW.... I think you mean http://tracker.moodle.org/browse/PULL-182
I read the development process article - that's how I concluded that it was in integration.git
So, to cut a long story short, everybody has their own repo on github (or wherever) and we consolidate from there. If I want a fix you made I have to grap your github repo and use that, or cherry-pick or whatever. Ok then
BTW.... I think you mean http://tracker.moodle.org/browse/PULL-182