Re: [OT] there is a way to extract a previously applied patch?

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [OT] there is a way to extract a previously applied patch?
Date: 2009-01-28 05:05:17
Message-ID: 603c8f070901272105y66c1ba69lcee1a7ea4fdf01b6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Easy to do with git.

$ git log

Use "/Allow AS" to find the commit. Oh, there it is.

$ git log -1 -p 4f08d8492598a518f803d8c2979b39f0050b0f8d > allow-as.patch

Attached for your convenience. :-)

...Robert

Attachment Content-Type Size
allow-as.patch text/x-diff 17.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2009-01-28 05:13:04 Re: [OT] there is a way to extract a previously applied patch?
Previous Message KaiGai Kohei 2009-01-28 05:02:08 Re: 8.4 release planning