Re: Git diff patch in context diff format

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Git diff patch in context diff format
Дата
Msg-id CA+Tgmoayu3Mihjc_Oz077ZTD5at+Nd_0UoZY2Tiy9dL-_HPuEw@mail.gmail.com
обсуждение исходный текст
Ответ на Git diff patch in context diff format  (Qi Huang <huangqiyx@outlook.com>)
Ответы Re: Git diff patch in context diff format
Список 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 по дате отправления:

Предыдущее
От: Qi Huang
Дата:
Сообщение: Git diff patch in context diff format
Следующее
От: Fabien COELHO
Дата:
Сообщение: pg_dump custom format without timestamp?