Re: Git lag - Mailing list pgsql-www

From Thom Brown
Subject Re: Git lag
Date
Msg-id CAA-aLv5fGzrkQsmASkigwfc9CEnCyhoiwA=oUitoB3VgLY0jTA@mail.gmail.com
Whole thread Raw
In response to Re: Git lag  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-www
On 10 March 2013 18:51, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Thom Brown <thom@linux.com> writes:
>> There was a commit by Tom Lane approximately 30 mins ago, yet I'm
>> still unable to pull those changes into my local repo.  I'm told it's
>> up-to-date, but the latest commit was Magnus' pg_hba line number
>> logging change.
>
> That's really weird, because that commit did show up on
> http://git.postgresql.org/gitweb/?p=postgresql.git
> almost immediately.  I had the idea that gitweb was looking at the
> same anonymous-access git repo that non-committers should pull from.
> Maybe there's a third repo involved?

Actually I'm thinking there must be something wrong with my local
repo, as I have another copy on another server which I just updated
and it's got that latest change without any problems.

I'm definitely on master:

thom@swift ~/Development/postgresql $ git status
# On branch master
nothing to commit (working directory clean)
thom@swift ~/Development/postgresql $ git pull
Already up-to-date.
thom@swift ~/Development/postgresql $ git log | head -n 5
commit 7f49a67f954db3e92fd96963169fb8302959576e
Author: Magnus Hagander <magnus@hagander.net>
Date:   Sun Mar 10 15:54:37 2013 +0100
   Report pg_hba line number and contents when users fail to log in

--
Thom



pgsql-www by date:

Previous
From: Dave Page
Date:
Subject: Re: Git lag
Next
From: Thom Brown
Date:
Subject: Re: Git lag