Re: gitweb is no longer a real-time view

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: gitweb is no longer a real-time view
Дата
Msg-id 20130304171601.GO3943@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: gitweb is no longer a real-time view  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: gitweb is no longer a real-time view
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: gitweb is no longer a real-time view