| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Magnus Hagander <magnus(at)hagander(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>, Marti Raudsepp <marti(at)juffo(dot)org>, w^3 <pgsql-www(at)postgresql(dot)org> |
| Subject: | Re: searching for git commit hash |
| Date: | 2012-09-26 02:52:12 |
| Message-ID: | 1348627867-sup-2113@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
Excerpts from Tom Lane's message of mar sep 25 19:10:09 -0300 2012:
> Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr> writes:
> > ./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?
I remember having it fail in a similar way (don't really recall exactly)
when I tried to run it in a clone that didn't have all branches (I had
deleted them per the instructions in the wiki). Once I restored them,
it started working.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2012-09-26 08:53:45 | Re: Updates "What's New" URL |
| Previous Message | Magnus Hagander | 2012-09-26 02:10:09 | Re: searching for git commit hash |