Re: Patch to git_changelog for release note creation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch to git_changelog for release note creation
Дата
Msg-id 21615.1300197558@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Patch to git_changelog for release note creation  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Patch to git_changelog for release note creation  (Robert Haas <robertmhaas@gmail.com>)
Re: Patch to git_changelog for release note creation  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I would like to apply the attached patch to git_changelog for use in
> creating the major release notes.  I specifically added these flags:

>     --author-after  Show author after the commit
>     --master-only   Show commits made exclusively to the master branch
>     --reverse-order Show commits in reverse date order

Your implementation of --master-only seems really grotty.  Can't you
just add "origin/master" to the basic git log command?

As for --reverse-order, what's that got to do with preparing release
notes?  The end product shouldn't be particularly sensitive to the order
of commit of features ...
        regards, tom lane


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Macros for time magic values
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Patch to git_changelog for release note creation