| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr> |
| Cc: | Magnus Hagander <magnus(at)hagander(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>, Marti Raudsepp <marti(at)juffo(dot)org>, PostgreSQL www <pgsql-www(at)postgresql(dot)org> |
| Subject: | Re: searching for git commit hash |
| Date: | 2012-09-25 22:10:09 |
| Message-ID: | 889.1348611009@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr> writes:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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.
FWIW, I run it once a week or so without any parameters and keep the
results in a text file for quick reference. I won't be answerable
for whether any of those options Bruce added work ;-)
> ./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.
That is a bit odd though, since it seems to be failing in mainline code
that's not dependent on any options at all. What version of git do you
have?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Magnus Hagander | 2012-09-26 01:02:58 | Re: Updates "What's New" URL |
| Previous Message | Dimitri Fontaine | 2012-09-25 21:56:52 | Re: searching for git commit hash |