Re: pgsql: git_topo_order script, to match up commits across branches.

Поиск
Список
Период
Сортировка
От Gurjeet Singh
Тема Re: pgsql: git_topo_order script, to match up commits across branches.
Дата
Msg-id AANLkTi=B9APBSxiOjQx9w6KQPdVysFHg54-+Un5xVyH7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: git_topo_order script, to match up commits across branches.  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: [HACKERS] Re: pgsql: git_topo_order script, to match up commits across branches.  (Andrew Dunstan <andrew@dunslane.net>)
Re: pgsql: git_topo_order script, to match up commits across branches.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-committers
On Fri, Sep 24, 2010 at 6:09 PM, Alvaro Herrera <alvherre@commandprompt.com> wrote:
Excerpts from Tom Lane's message of vie sep 24 17:36:59 -0400 2010:
> Robert Haas <robertmhaas@gmail.com> writes:
> > On Sep 24, 2010, at 3:32 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> BTW ... I don't especially care for the name you picked for this script.
> >> The fact that it does a topological sort is an implementation detail
> >> that its users couldn't care less about, especially since that doesn't
> >> matter except for corner cases.  How about "collate_git_log" or
> >> something along it.
>
> > I don't think that's any better - collate could mean anything - but I don't think it's any worse, either.  Change it if you want.
>
> Well, I definitely think that the name should suggest a connection to
> "git log".  I agree that "collate" might not be the best possible verb
> here --- anyone have a better suggestion?

How about something content-free like "pg_git_log"?

If it resembles cvs2cl then why not name it git2cl? Or git_changelog.

Since it doesn't do anything specific to Postgres' git, lets not have any pg in there.

Regards,
--
gurjeet.singh
@ EnterpriseDB - The Enterprise Postgres Company
http://www.EnterpriseDB.com

singh.gurjeet@{ gmail | yahoo }.com
Twitter/Skype: singh_gurjeet

Mail sent from my BlackLaptop device

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: git_topo_order script, to match up commits across branches.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: git_topo_order script, to match up commits across branches.