RFC: migrating to git

Roman Leshchinskiy rl at cse.unsw.edu.au
Thu Jan 13 09:54:55 CET 2011


On 12 Jan 2011, at 23:31, "Edward Z. Yang" <ezyang at MIT.EDU> wrote:

> Excerpts from Roman Leshchinskiy's message of Wed Jan 12 18:20:25 -0500 2011:
>> How would we get the current functionality of darcs-all pull? Is it even possible?
> 
> Here is the rebase-y workflow.

Thank you making things clearer!

>> 
> # pull the latest patches for GHC, and sticks your patchset on top
> git pull --rebase
> # <resolve any conflicts that occured during rebase>
> # register any new submodules (if any)
> git submodule init
> # make your submodules reflect the latest version GHC has
> git submodule update --rebase

This doesn't pull in all base patches, though, just the ones that GHC depends on, right? How would I get all base patches?
> 

> 
Roman


More information about the Glasgow-haskell-users mailing list