Re: Todays git migration results

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Todays git migration results
Дата
Msg-id 18840.1281983241@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Todays git migration results  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Todays git migration results  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> On Mon, Aug 16, 2010 at 20:11, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> The other thing that I'd like to see some data on is the commit log
>> entries. �Can we produce anything comparable to cvs2cl output from
>> the test repository?

> For a single branch, just do "git log <branchname>", e.g. "git log
> master" or "git log REL8_2_STABLE" on your clone.

> Is that enough, or do you need one for all branches at once?

Well, I guess there are two sub-parts to my question then.  First, and
most important for the immediate issue, have you done anything to verify
the commit-message data matches between the cvs and git repositories?

Second, does git offer a way to collate matching log entries across
multiple branches?  The main advantage of cvs2cl has always been that it
would do that, so that you didn't have to look at five independent log
entries after a commit that fixed the same bug in five branches...
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Writeable CTEs Desgin Doc on Wiki
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Todays git migration results