Re: Managing multiple branches in git

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Managing multiple branches in git
Дата
Msg-id 5900.1244044908@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Managing multiple branches in git  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Managing multiple branches in git  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Managing multiple branches in git  (Dave Page <dpage@pgadmin.org>)
Re: Managing multiple branches in git  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Dave Page <dpage@pgadmin.org> writes:
> On Wed, Jun 3, 2009 at 4:01 PM, Alvaro Herrera
> <alvherre@commandprompt.com> wrote:
>> 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.

> It's not a showstopper for me. Can't speak for Magnus, Andrew or
> anyone else working on Windows though.

Seems like we'd want all committers to be using a similar work-flow
for back-patching, else we're going to have random variations in what
patch sets look like in the history.

I think the appropriate question is why doesn't it work on Windows,
and is that fixable?  Without having looked, I'm guessing the issue
is that it depends on hardlinks or symlinks --- and we know those are
available, as long as you're using recent Windows with NTFS.  Which
does not sound like an unreasonable baseline requirement for someone
committing from Windows.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH v2] Add bit operations util header
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Managing multiple branches in git