From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Kevin Grittner <kgrittn(at)mail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Stephen Frost <sfrost(at)snowman(dot)net> |
Subject: | Re: gitweb is no longer a real-time view |
Date: | 2013-03-04 15:09:10 |
Message-ID: | 5346.1362409750@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
Andres Freund <andres(at)2ndquadrant(dot)com> 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:
> 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
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"?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2013-03-04 15:11:28 | Re: gitweb is no longer a real-time view |
Previous Message | Alvaro Herrera | 2013-03-04 15:05:22 | Re: gitweb is no longer a real-time view |