On Sun, Jan 23, 2011 at 11:22 PM, Karel Gardas <[email protected]> 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
