Re: Struggling with git (format-patch & send-email)

2017-03-08 Thread Prasant J
On Thu, Mar 9, 2017 at 4:33 AM, Jim Davis wrote: > On Wed, Mar 8, 2017 at 10:35 AM, Prasant J wrote: >> Hi, >> >> I want to send my 2 commits as patches in chain reply to my first >> email. My first email will have multiple files as attachment. How can >> I

Re: Struggling with git (format-patch & send-email)

2017-03-08 Thread Prasant J
On Thu, Mar 9, 2017 at 1:47 AM, Greg KH wrote: > On Wed, Mar 08, 2017 at 11:05:35PM +0530, Prasant J wrote: >> Hi, >> >> I want to send my 2 commits as patches in chain reply to my first >> email. My first email will have multiple files as attachment. How can >> I achieve it? >>

Re: Struggling with git (format-patch & send-email)

2017-03-08 Thread Jim Davis
On Wed, Mar 8, 2017 at 10:35 AM, Prasant J wrote: > Hi, > > I want to send my 2 commits as patches in chain reply to my first > email. My first email will have multiple files as attachment. How can > I achieve it? > > first email subject: [mystring] Feature 01 > patch 01:

Re: Struggling with git (format-patch & send-email)

2017-03-08 Thread Greg KH
On Wed, Mar 08, 2017 at 11:05:35PM +0530, Prasant J wrote: > Hi, > > I want to send my 2 commits as patches in chain reply to my first > email. My first email will have multiple files as attachment. How can > I achieve it? > > first email subject: [mystring] Feature 01 > patch 01:

Struggling with git (format-patch & send-email)

2017-03-08 Thread Prasant J
Hi, I want to send my 2 commits as patches in chain reply to my first email. My first email will have multiple files as attachment. How can I achieve it? first email subject: [mystring] Feature 01 patch 01: |_ [mystring] [PATCH 01/02] My commit msg 1 patch 02: