Re: PostgreSQL Developer meeting minutes up - Mailing list pgsql-hackers

From Aidan Van Dyk
Subject Re: PostgreSQL Developer meeting minutes up
Date
Msg-id 20090603155249.GO23972@yugib.highrise.ca
Whole thread Raw
In response to Re: PostgreSQL Developer meeting minutes up  (Marko Kreen <markokr@gmail.com>)
List pgsql-hackers
* Marko Kreen <markokr@gmail.com> [090603 11:28]:
> I'm not certain, but I remember using cherry pick and seeing
> several commits in result.  This seems to be a point that needs
> to be checked.

I'm not sure what you're recalling, but git cherry-pick takes a single
commit, and applies it as a single commit (or, with -n, doesn't actually
commit it).  That's what it does... There are various *other* tools (like
rebase, am, cherry, etc) which operate on "sets" of commits.

-- 
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.

pgsql-hackers by date:

Previous
From: flippo00110001
Date:
Subject: Postgres delays function returning large set of data
Next
From: Tom Lane
Date:
Subject: Re: [PATCH v2] Add bit operations util header