Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TGd7q-0002NS-Jv for pgsql-www@postgresql.org; Tue, 25 Sep 2012 21:57:06 +0000 Received: from acidenitrix.villemain.org ([91.121.90.165]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TGd7p-00060G-8C for pgsql-www@postgresql.org; Tue, 25 Sep 2012 21:57:06 +0000 Received: from [89.157.243.130] (helo=DimMBP-2.local) by acidenitrix.villemain.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TGd7o-0008VT-04; Tue, 25 Sep 2012 23:57:04 +0200 From: Dimitri Fontaine To: Tom Lane Cc: Magnus Hagander , Bruce Momjian , Marti Raudsepp , PostgreSQL www Subject: Re: searching for git commit hash Organization: 2ndQuadrant References: <20120530003133.GB24440@momjian.us> <29205.1338386624@sss.pgh.pa.us> <20120902125407.GA24536@momjian.us> <329.1348609923@sss.pgh.pa.us> User-Mail-Address: dimitri@2ndQuadrant.fr Date: Tue, 25 Sep 2012 23:56:52 +0200 In-Reply-To: <329.1348609923@sss.pgh.pa.us> (Tom Lane's message of "Tue, 25 Sep 2012 17:52:03 -0400") Message-ID: User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201209/47 X-Sequence-Number: 20982 Tom Lane 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