Re: Git diff patch in context diff format - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Git diff patch in context diff format
Date
Msg-id CA+Tgmoayu3Mihjc_Oz077ZTD5at+Nd_0UoZY2Tiy9dL-_HPuEw@mail.gmail.com
Whole thread Raw
In response to Git diff patch in context diff format  (Qi Huang <huangqiyx@outlook.com>)
Responses Re: Git diff patch in context diff format
List pgsql-hackers
On Fri, Aug 3, 2012 at 2:56 AM, Qi Huang <huangqiyx@outlook.com> wrote:
> Hi, hackers
>     I was exporting my project to a patch file. As the patch review
> requires, the patch needs to be in context diff format
> (http://wiki.postgresql.org/wiki/Reviewing_a_Patch). But the git diff
> exports in a format similar to unified format. What is everyone doing with
> patching currently? Is there any standard way?

When I want a context diff, I just do:

git diff | filterdiff --format=context

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Qi Huang
Date:
Subject: Git diff patch in context diff format
Next
From: Fabien COELHO
Date:
Subject: pg_dump custom format without timestamp?