Re: Managing multiple branches in git - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Managing multiple branches in git
Date
Msg-id 20090603150140.GA7172@alvh.no-ip.org
Whole thread Raw
In response to Re: Managing multiple branches in git  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Managing multiple branches in git  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers
Robert Haas escribió:
> On Tue, Jun 2, 2009 at 7:54 PM, Alvaro Herrera
> <alvherre@commandprompt.com> wrote:

> > I think these are the two usable options.  They will probably end up
> 
> ...wait a minute.   I just went and Googled this git-new-workdir thing
> and it looks like it's almost exactly what we need.  According to the
> docs, it lets you share the same local repository between multiple
> working copies, so all the commits are shared but the index is
> separate for each working directory.  Assuming it works, that sounds
> just about perfect for Tom's use case, since it would allow
> cherry-picking of commits without an intervening push/pull cycle.  Did
> you have some reason for passing over that as one of the usable
> options?

Well, it sounds about perfect for my use case too (which is
approximately the same as Tom's), but the description makes it sound
unsupported.  It doesn't work on Windows which doesn't bother me
personally but may be a showstopper more generally.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: PostgreSQL Developer meeting minutes up
Next
From: Bruce Momjian
Date:
Subject: Re: Warnings in compile