[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: updating many haskell packages
From: |
Leo Famulari |
Subject: |
Re: updating many haskell packages |
Date: |
Mon, 6 Feb 2017 16:47:26 +0100 |
User-agent: |
Mutt/1.7.2 (2016-11-26) |
On Mon, Feb 06, 2017 at 12:23:23AM -0500, Troy Sankey wrote:
> I wonder how I should send these patches after I'm all done. git
> send-email? That seems crazy.
Dozens of patches in their own messages is a little hard to work with as
a reviewer. But, you can put them all in one patch file that is trivial
to apply to my Git tree:
$ git format-patch your-branch..master --stdout > patch-series.patch
And on my end:
$ git am patch-series.patch
signature.asc
Description: PGP signature
- updating many haskell packages, Troy Sankey, 2017/02/06
- Re: updating many haskell packages,
Leo Famulari <=
- Re: updating many haskell packages, Federico Beffa, 2017/02/06
- Re: updating many haskell packages, Troy Sankey, 2017/02/06
- Re: updating many haskell packages, Federico Beffa, 2017/02/06
- Re: updating many haskell packages, Troy Sankey, 2017/02/06
- Re: updating many haskell packages, Troy Sankey, 2017/02/15
- Re: updating many haskell packages, Federico Beffa, 2017/02/17
- Re: updating many haskell packages, Troy Sankey, 2017/02/17