Re: missing file in git repo

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Aidan Van Dyk <aidan(at)highrise(dot)ca>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Alexey Klyukin <alexk(at)commandprompt(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, "cedric(dot)villemain(dot)debian" <cedric(dot)villemain(dot)debian(at)gmail(dot)com>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: missing file in git repo
Date: 2010-05-03 14:32:47
Message-ID: AANLkTimhb0OUIopH5GrZsMX5I2bSEvaxdSS78BuADtNH@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 3, 2010 at 10:25 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>> The thing we've always agreed upon is to at least start by migrating
>> something that's as close to our current workflow as possible to git,
>> and *then* consider changing anything in the workflow. We're not going
>> to change both at once.
>
> Yeah.  One of the main constraints in my view is retaining our current
> workflow for back-patching release branches.  We're not going to stop
> supporting those branches, and we're not going to deal with two separate
> repositories.  So if we're to convert to a git master, it has to be
> able to deal with back-patches.  Given that the "same" patch is usually
> textually a bit different from branch to branch, I'm not convinced that
> git is going to make my life easier in that respect.

Yeah, I don't think it is. Nor do I think it will make it any harder.
The main benefits I see as a committer are:

- It's faster;
- I can work off-line;
- I can "queue up" patches in a branch and then drop them all into the
master branch at once (assuming no conflicts, of course). This might
be useful for security updates, among other things; and of course
- I won't have to switch back and forth between two systems.

...Robert

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-05-03 14:56:06 Re: missing file in git repo
Previous Message Magnus Hagander 2010-05-03 14:31:01 Re: missing file in git repo