Re: searching for git commit hash - Mailing list pgsql-www

From Dimitri Fontaine
Subject Re: searching for git commit hash
Date
Msg-id m21uhp6a1n.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: searching for git commit hash  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: searching for git commit hash
List pgsql-www
Tom Lane <tgl@sss.pgh.pa.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.
Mmmm, I did try to have the information reported for a single commit,
though.

./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.

Well, I would like having the information on the web. Ideally at the
same place where we can browse the commit logs (gitweb), if not from
somewhere else where it's easy to grasp.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



pgsql-www by date:

Previous
From: Tom Lane
Date:
Subject: Re: searching for git commit hash
Next
From: Tom Lane
Date:
Subject: Re: searching for git commit hash