Re: gitweb is no longer a real-time view - Mailing list pgsql-www

From Andres Freund
Subject Re: gitweb is no longer a real-time view
Date
Msg-id 20130304171601.GO3943@awork2.anarazel.de
Whole thread Raw
In response to Re: gitweb is no longer a real-time view  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-www
On 2013-03-04 12:11:31 -0500, Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
> > On Mon, Mar 4, 2013 at 4:48 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> Being a paranoid sort, I'm doing a full new "git clone" to compare
> >> to my old repo.  But assuming that that's okay, what instructions
> >> do you want to give committers about recovering?  There should be
> >> a followup with that info to the pgsql-hackers message you posted.
> 
> > Yes, please do that comparison. Alvaro looked it over and found things
> > to look right, but one more paranoid check would be very good.
> 
> AFAICT things are okay now.
> 
> One thing that would be interesting to try is to look for commits that
> are unreachable from any of the branch heads, to verify that we've
> not missed anything else.  I imagine git has a command for that, but
> I don't know it --- any ideas?

git fsck --unreachable|grep "^unreachable commit" might do it.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-www by date:

Previous
From: Tom Lane
Date:
Subject: Re: gitweb is no longer a real-time view
Next
From: Magnus Hagander
Date:
Subject: Re: gitweb is no longer a real-time view