GitHub GHC repo
Johan Tibell
johan.tibell at gmail.com
Mon Jan 24 09:16:03 CET 2011
On Sun, Jan 23, 2011 at 11:22 PM, Karel Gardas <karel.gardas at centrum.cz> wrote:
> Hello,
>
> I've noticed that there was a GHC-HQ GHC git repo on GitHub.com here:
> https://github.com/ghc-hq/ghc -- I'm curious is this going to be
> updated/mirrored again when GHC HQ team is using git again? I'm asking
> especially since I've not found any `git send' command which will allow me
> to simply attach git patch to ghc trac ticket yet (as darcs send) and so far
> (as I'm git novice), git pull requests look like the natural solution in the
> git land...(and github.com supports that...)
An up-to-date GitHub mirror would be nice regardless. To send patches
via email use `git format-patch`. If you want git to send the actual
email use `git send-email`.
Johan
More information about the Cvs-ghc
mailing list