Re: Git lag

From: Thom Brown <thom(at)linux(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "w^3" <pgsql-www(at)postgresql(dot)org>
Subject: Re: Git lag
Date: 2013-03-10 18:54:46
Message-ID: CAA-aLv5fGzrkQsmASkigwfc9CEnCyhoiwA=oUitoB3VgLY0jTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 10 March 2013 18:51, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thom Brown <thom(at)linux(dot)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(at)swift ~/Development/postgresql $ git status
# On branch master
nothing to commit (working directory clean)
thom(at)swift ~/Development/postgresql $ git pull
Already up-to-date.
thom(at)swift ~/Development/postgresql $ git log | head -n 5
commit 7f49a67f954db3e92fd96963169fb8302959576e
Author: Magnus Hagander <magnus(at)hagander(dot)net>
Date: Sun Mar 10 15:54:37 2013 +0100

Report pg_hba line number and contents when users fail to log in

--
Thom

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Thom Brown 2013-03-10 18:56:31 Re: Git lag
Previous Message Dave Page 2013-03-10 18:54:30 Re: Git lag