Re: searching for git commit hash

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: searching for git commit hash
Дата
Msg-id m21uhp6a1n.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: searching for git commit hash  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: searching for git commit hash  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-www
Tom Lane <tgl@sss.pgh.pa.us> writes:
> That's what I use.  What about it doesn't work for you?

I don't remember how to summon it properly so it keeps barking at me.
Mmmm, I did try to have the information reported for a single commit,
though.

./src/tools/git_changelog --since '2012-09-14 00:00:00' --oldest-first --details-after
fatal: ambiguous argument 'master..origin/REL9_2_STABLE': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
git log --format=fuller --date=iso --since=2012-09-14 00:00:00 --parents
master..origin/REL9_2_STABLE failed at ./src/tools/git_changelog line
141.

Well, I would like having the information on the web. Ideally at the
same place where we can browse the commit logs (gitweb), if not from
somewhere else where it's easy to grasp.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: searching for git commit hash
Следующее
От: Tom Lane
Дата:
Сообщение: Re: searching for git commit hash