Figured this out. Apparently I've been using github as my "apache" remote. The actual apache git server is up-to-date.
$ git remote rename apache github $ git remote add apache git://git.apache.org/hcatalog.git $ git fetch apache $ git log apache/trunk -n1 commit f1f40431b5a2d02f5fc762e70dc3a230bc8c7501 Author: Travis Crawford <[email protected]> Date: Fri Jun 29 19:50:25 2012 +0000 HCATALOG-341 InitializeInput improvements (traviscrawford) git-svn-id: https://svn.apache.org/repos/asf/incubator/hcatalog/trunk@1355537 13f79535-47bb-0310-9956-ffa450edef68 --travis On Fri, Jun 29, 2012 at 3:07 PM, Travis Crawford <[email protected]> wrote: > Does anyone know how frequently the git mirror happens? I'm still not > seeing this change from a few hours ago. > > r1355537 | travis | 2012-06-29 12:50:25 -0700 (Fri, 29 Jun 2012) | 1 line > > I found the original setup ticket > (https://issues.apache.org/jira/browse/INFRA-3578) but its a little > light on details. > > Thanks! > Travis
