Re: searching for git commit hash

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: searching for git commit hash
Дата
Msg-id 1348627867-sup-2113@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: searching for git commit hash  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-www
Excerpts from Tom Lane's message of mar sep 25 19:10:09 -0300 2012:
> Dimitri Fontaine <dimitri@2ndQuadrant.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



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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: searching for git commit hash
Следующее
От: Dave Page
Дата:
Сообщение: Re: Updates "What's New" URL