Git development
 help / color / mirror / Atom feed
* What do you use to receive mailed patches? (was: What do you use to send git patches?)
@ 2008-09-05 14:15 Marc-André Lureau
  2008-09-05 14:30 ` Jakub Narebski
  2008-09-05 14:33 ` Pieter de Bie
  0 siblings, 2 replies; 3+ messages in thread
From: Marc-André Lureau @ 2008-09-05 14:15 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: Felipe Contreras, git, Tor Arvid Lund, Christian Jaeger

Hi!

Thanks Jakub for your answer.

On Fri, Sep 5, 2008 at 5:10 PM, Jakub Narebski <jnareb@gmail.com> wrote:
>> If somebody could explain how they handle the git send-mail patches
>> they recieve, I would be thankful. How do you create .mbox files? What
>> is your workflow when you deal with mails?
>
> I almost always use git-format-patch to generate patches (some people
> use git-show or git-diff for proof-of-concept patches), and either use
> git-send-email (I have sendmail configured to send mails via GMail,
> but my computer is single-user machine; you can try sendemail.smpt*
> options instead, if you have appropriate Perl modules installed), or
> use KMail: Message > Insert file, ensuring that in Options I have Word
> wrapping turned off.
>
> In some rare case I used 'stg mail' (also via properly configured
> sendmail).
>

My question was about handling the patches you receive. Sending
configuration is quite easy.

Thanks
-- 
Marc-André Lureau

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What do you use to receive mailed patches? (was: What do you use to send git patches?)
  2008-09-05 14:15 What do you use to receive mailed patches? (was: What do you use to send git patches?) Marc-André Lureau
@ 2008-09-05 14:30 ` Jakub Narebski
  2008-09-05 14:33 ` Pieter de Bie
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Narebski @ 2008-09-05 14:30 UTC (permalink / raw)
  To: Marc-André Lureau
  Cc: Felipe Contreras, git, Tor Arvid Lund, Christian Jaeger

Dnia piątek 5. września 2008 16:15, Marc-André Lureau napisał:
> On Fri, Sep 5, 2008 at 5:10 PM, Jakub Narebski <jnareb@gmail.com> wrote:
>>>
>>> If somebody could explain how they handle the git send-mail patches
>>> they recieve, I would be thankful. How do you create .mbox files? What
>>> is your workflow when you deal with mails?
>>
>> I almost always use git-format-patch to generate patches (some people
>> use git-show or git-diff for proof-of-concept patches), and either use
>> git-send-email (I have sendmail configured to send mails via GMail,
>> but my computer is single-user machine; you can try sendemail.smpt*
>> options instead, if you have appropriate Perl modules installed), or
>> use KMail: Message> Insert file, ensuring that in Options I have Word
>> wrapping turned off.
>>
>> In some rare case I used 'stg mail' (also via properly configured
>> sendmail).
> 
> My question was about handling the patches you receive. Sending
> configuration is quite easy.

Sorry, my mistake.

Handling received patches is even simpler. In KMail/KNode us Save As
(with .txt or .patch extension), the "git am --3way <file>"
(or, but only once, "stg import -m < <file>").

-- 
Jakub Narebski
Poland

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: What do you use to receive mailed patches? (was: What do you use to send git patches?)
  2008-09-05 14:15 What do you use to receive mailed patches? (was: What do you use to send git patches?) Marc-André Lureau
  2008-09-05 14:30 ` Jakub Narebski
@ 2008-09-05 14:33 ` Pieter de Bie
  1 sibling, 0 replies; 3+ messages in thread
From: Pieter de Bie @ 2008-09-05 14:33 UTC (permalink / raw)
  To: Marc-André Lureau
  Cc: Jakub Narebski, Felipe Contreras, git, Tor Arvid Lund,
	Christian Jaeger


On 5 sep 2008, at 16:15, Marc-André Lureau wrote:

> My question was about handling the patches you receive. Sending
> configuration is quite easy.

I use a little script that pipes the patches I have selected in Mail
through git-am, so it's just selecting the patches in my mail
client and then 'git apply-patches' in the repo I want them in.

- Pieter

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-05 14:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-05 14:15 What do you use to receive mailed patches? (was: What do you use to send git patches?) Marc-André Lureau
2008-09-05 14:30 ` Jakub Narebski
2008-09-05 14:33 ` Pieter de Bie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox