| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Patch to git_changelog for release note creation |
| Date: | 2011-03-15 13:59:18 |
| Message-ID: | 21615.1300197558@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian <bruce(at)momjian(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2011-03-15 14:15:31 | Re: Patch to git_changelog for release note creation |
| Previous Message | Magnus Hagander | 2011-03-15 07:41:15 | Re: PostgreSQL 8.4 support on Windows 2008 R2 |