Changes between Version 2 and Version 3 of Repositories/Upstream
- Timestamp:
- 02/05/13 06:04:48 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Repositories/Upstream
v2 v3 77 77 If you need to modify one of these libraries, then ordinarily you should 78 78 first send the modifications upstream. Ideally upstream will apply the 79 patches and make a release (the easiest way to ac omplish objective 1 is79 patches and make a release (the easiest way to accomplish objective 1 is 80 80 for changes to be applied upstream ''first'', so that they can't be 81 81 forgotten about after being applied to GHC's repo). You can then update … … 107 107 cd libraries/foo 108 108 git commit -a 109 git push -f origin HEAD:refs/heads/ghc-head 109 110 cd ../.. 110 111 git commit -a 111 112 ./sync-all push 112 113 }}} 114 (use e.g. `ghc-7.6` rather than `ghc-head` if this patch is for a branch only). 113 115 114 116 '''Important:''' If you make a change to a submodule, then make sure you
