Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TGdKa-0002sw-2z for pgsql-www@postgresql.org; Tue, 25 Sep 2012 22:10:16 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TGdKX-0004gT-R6 for pgsql-www@postgresql.org; Tue, 25 Sep 2012 22:10:15 +0000 Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.5/8.14.5) with ESMTP id q8PMA9IW000890; Tue, 25 Sep 2012 18:10:09 -0400 (EDT) From: Tom Lane To: Dimitri Fontaine cc: Magnus Hagander , Bruce Momjian , Marti Raudsepp , PostgreSQL www Subject: Re: searching for git commit hash In-reply-to: References: <20120530003133.GB24440@momjian.us> <29205.1338386624@sss.pgh.pa.us> <20120902125407.GA24536@momjian.us> <329.1348609923@sss.pgh.pa.us> Comments: In-reply-to Dimitri Fontaine message dated "Tue, 25 Sep 2012 23:56:52 +0200" Date: Tue, 25 Sep 2012 18:10:09 -0400 Message-ID: <889.1348611009@sss.pgh.pa.us> X-Pg-Spam-Score: -2.7 (--) X-Archive-Number: 201209/48 X-Sequence-Number: 20983 Dimitri Fontaine writes: > 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. 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