guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [REQ/DISCUSSION] patch managing system


From: Alex Kost
Subject: Re: [REQ/DISCUSSION] patch managing system
Date: Wed, 23 Mar 2016 11:36:09 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus (2016-03-23 10:41 +0300) wrote:

> Chris Marusich <address@hidden> writes:
>
>> While we're talking about patches, I'm curious: how are other people
>> managing the patches?  In particular, what does the workflow look like
>> for people who are committing?  Do you manually download the patch (or
>> patches) to a temporary folder, view it/them, and if you like what you
>> see, commit it with "git am" to a local repo, then push to origin?
>
> I’m using an email client in Emacs, so the email as well as the attached
> patch is shown in a regular text buffer.  When I see the patch I can
> directly apply it by running “git am” on the buffer contents, or by
> opening a shell and running “git am” on the file associated with the
> buffer.

In Magit, one can use "w w" to apply patches, and "w m" if they
are saved in a "maildir" file, as can be done in Gnus by selecting
several articles (in Summary buffer) and pressing "o".

See (info "(magit) Applying patches") and (info "(gnus) Saving Articles")

-- 
Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]