Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TGhjb-0004Bt-Rs for pgsql-www@postgresql.org; Wed, 26 Sep 2012 02:52:24 +0000 Received: from smtprelay0027.b.hostedemail.com ([64.98.42.27] helo=smtprelay.b.hostedemail.com) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TGhjW-0001xz-Lw for pgsql-www@postgresql.org; Wed, 26 Sep 2012 02:52:23 +0000 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay01.b.hostedemail.com (Postfix) with SMTP id 5337E574EE2D; Wed, 26 Sep 2012 02:52:15 +0000 (UTC) X-Panda: scanned! X-Spam-Summary: 50, 0, 0, , d41d8cd98f00b204, alvherre@alvh.no-ip.org, :::::::::::, RULES_HIT:152:355:379:599:601:800:945:960:967:973:988:989:1260:1277:1311:1313:1345:1359:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2525:2552:2553:2560:2563:2682:2685:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3138:3139:3140:3141:3142:3352:3865:3866:3867:3869:3870:3871:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:4605:4659:5007:6261:7679:9025:9121:10004:10400:10848:10967:11256:11257:11658:11914:12043:12219:12517:12519:12740, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:fn, MSBL:0, DNSBL:none, Custom_rules:0:0:0 X-Session-Marker: 616C76686572726540616C76682E6E6F2D69702E6F7267 X-Filterd-Recvd-Size: 2473 Received: from perhan.alvh.no-ip.org (unknown [190.95.25.25]) (Authenticated sender: alvherre@alvh.no-ip.org) by omf14.b.hostedemail.com (Postfix) with ESMTPA; Wed, 26 Sep 2012 02:52:14 +0000 (UTC) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id C0BF96E02E; Tue, 25 Sep 2012 23:52:12 -0300 (CLST) Content-Type: text/plain; charset=UTF-8 Cc: Dimitri Fontaine , Magnus Hagander , Bruce Momjian , Marti Raudsepp , w^3 Subject: Re: searching for git commit hash From: Alvaro Herrera To: Tom Lane In-reply-to: <889.1348611009@sss.pgh.pa.us> References: <20120530003133.GB24440@momjian.us> <29205.1338386624@sss.pgh.pa.us> <20120902125407.GA24536@momjian.us> <329.1348609923@sss.pgh.pa.us> <889.1348611009@sss.pgh.pa.us> Date: Tue, 25 Sep 2012 23:52:12 -0300 Message-Id: <1348627867-sup-2113@alvh.no-ip.org> User-Agent: Sup/git Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201209/51 X-Sequence-Number: 20986 Excerpts from Tom Lane's message of mar sep 25 19:10:09 -0300 2012: > Dimitri Fontaine writes: > > ./src/tools/git_changelog --since '2012-09-14 00:00:00' --oldest-firs= t --details-after > > fatal: ambiguous argument 'master..origin/REL9_2_STABLE': unknown rev= ision or path not in the working tree. > > Use '--' to separate paths from revisions > > git log --format=3Dfuller --date=3Diso --since=3D2012-09-14 00:00:00 = --parents > > master..origin/REL9_2_STABLE failed at ./src/tools/git_changelog line > > 141. >=20 > 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. --=20 =C3=81lvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services