Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UCX70-0006Ua-Er for pgsql-www@arkaria.postgresql.org; Mon, 04 Mar 2013 15:15:34 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UCX6z-00031c-Un for pgsql-www@arkaria.postgresql.org; Mon, 04 Mar 2013 15:15:33 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UCX6y-00031V-Sm for pgsql-www@postgresql.org; Mon, 04 Mar 2013 15:15:33 +0000 Received: from smtprelay0185.b.hostedemail.com ([64.98.42.185] helo=smtprelay.b.hostedemail.com) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UCX6w-0000Ek-S6 for pgsql-www@postgresql.org; Mon, 04 Mar 2013 15:15:32 +0000 Received: from filter.hostedemail.com (b-bigip1 [10.5.19.254]) by smtprelay03.b.hostedemail.com (Postfix) with SMTP id 3E6EF4F23D3F; Mon, 4 Mar 2013 15:15:30 +0000 (UTC) X-Panda: scanned! X-Spam-Summary: 40, 2.5, 0, , d41d8cd98f00b204, alvherre@alvh.no-ip.org, :::::::::::::, RULES_HIT:355:379:599:601:800:960:967:973:988:989:1260:1277:1311:1312:1313:1314:1345:1358:1359:1431:1437:1515:1516:1518:1519:1534:1541:1593:1594:1595:1596:1711:1730:1747:1777:1792:2393:2525:2560:2563:2682:2685:2828:2859:2893:2895:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3138:3139:3140:3141:3142:3353:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4321:4605:4659:5007:6119:6261:7679:7875:7903:9025:9121:10004:10400:10848:10967:11026:11232:11256:11257:11658:11914:12043:12109:12438:12517:12519:12555: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:0omf02|3908318976|AFF8190 X-Session-Marker: 616C76686572726540616C76682E6E6F2D69702E6F7267 X-Filterd-Recvd-Size: 2801 Received: from perhan.alvh.no-ip.org (unknown [190.95.28.201]) (Authenticated sender: alvherre@alvh.no-ip.org) by omf02.b.hostedemail.com (Postfix) with ESMTPA; Mon, 4 Mar 2013 15:15:28 +0000 (UTC) Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id BBAA96E02C; Mon, 4 Mar 2013 12:15:26 -0300 (CLST) Date: Mon, 4 Mar 2013 12:15:26 -0300 From: Alvaro Herrera To: Tom Lane Cc: Andres Freund , Magnus Hagander , Kevin Grittner , Peter Eisentraut , PostgreSQL WWW , Stephen Frost Subject: Re: gitweb is no longer a real-time view Message-ID: <20130304151526.GC9507@alvh.no-ip.org> References: <20130304020324.GE16142@tamriel.snowman.net> <2480.1362363162@sss.pgh.pa.us> <20130304023335.GH16142@tamriel.snowman.net> <20130304125013.GB3943@awork2.anarazel.de> <20130304143349.GX9507@alvh.no-ip.org> <4725.1362408038@sss.pgh.pa.us> <20130304144609.GI3943@awork2.anarazel.de> <5346.1362409750@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <5346.1362409750@sss.pgh.pa.us> User-Agent: Mutt/1.5.21 (2010-09-15) Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-www Precedence: bulk Sender: pgsql-www-owner@postgresql.org Tom Lane wrote: > Andres Freund writes: > > On 2013-03-04 09:40:38 -0500, Tom Lane wrote: > >> FWIW, I noticed something about a "forced update" when I did a git pull > >> after Kevin's commits. I failed to pay enough attention though. Now > >> that I look, the xml fix is not in my local history either, and I don't > >> know what bc61878682051678ade5f59da7bfd90ab72ce13b is because none of > >> the recent commits have that hash according to my repo: >=20 > > That is/was your map_sql_value_to_xml_value() commit which is now not in > > the normal history anymore because kevin pushed a HEAD that didn't > > include it. You should be able to see it with git show > > bc61878682051678ade5f59da7bfd90ab72ce13b >=20 > Ah, right, so it is still there but it's not in the chain leading to > HEAD. So "forced update" really means "I moved HEAD in a non fast > forward way"? Well, to git, "non fast forward" can also mean create a merge commit of two heads, which isn't very problematic. A forced update might mean (such as in this case) that one or more commits are left completely disconnected from history -- that's much worse. --=20 =C1lvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services --=20 Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www