From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Newer commits on the git repo Date: Thu, 13 Nov 2014 16:23:39 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1415892245 30064 80.91.229.3 (13 Nov 2014 15:24:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 15:24:05 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 16:24:00 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XowFa-0006mD-QX for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 16:23:58 +0100 Original-Received: from localhost ([::1]:60493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowFa-0005QO-AI for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 10:23:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowFN-0005Q9-Mf for emacs-devel@gnu.org; Thu, 13 Nov 2014 10:23:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XowFH-0002H3-SA for emacs-devel@gnu.org; Thu, 13 Nov 2014 10:23:45 -0500 Original-Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]:62609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowFH-0002Gt-OS for emacs-devel@gnu.org; Thu, 13 Nov 2014 10:23:39 -0500 Original-Received: by mail-oi0-f46.google.com with SMTP id g201so10477964oib.33 for ; Thu, 13 Nov 2014 07:23:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kG0aNEbtiNYQVi4Fe96pGQgmw4YP6wjT94zCpH2Zy0A=; b=AR5439kSVUS00gtGeY2wnxbRU9p2LDr16nWqd6rID2GTH65R3yJ7gzjF8koG9Wm5yL 9bdC6CIQhnjbI2QZJ9ngEoblrkgEhWBBLrABjD6zT9C5BiODKcj33OkINkyx9Z5cC4su QH2bgrSglrSHrMSLiNjxkcTtq4kTiulchQ65CfxcTl4yD5oT7EVDWb4kjK5fLxbe7tbN 9iZZrRtdA5eJDg6YKMMaBpCMjvT7xBgIKp2fq9E5NN4Tw4w0sclQ/R2Xf+K3q1wsJitP TzkkA8gplFiPx8z4ViImAIoEVFi5UngJ7i/hL8+f8y9mHMEihu2DBpcbIPN02v4nOJyn 37sw== X-Received: by 10.60.55.68 with SMTP id q4mr1944372oep.64.1415892219310; Thu, 13 Nov 2014 07:23:39 -0800 (PST) Original-Received: by 10.60.227.34 with HTTP; Thu, 13 Nov 2014 07:23:39 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:176920 Archived-At: Hello, When I open this URL http://git.savannah.gnu.org/cgit/emacs.git/log/ the last commit shown there is still "Git transition patch" (from Eric, 22 hours ago), when there are newer commits in the repo. Also, I've cloned the repo like this: git clone http://git.savannah.gnu.org/cgit/emacs.git (I've tried other URLs but that is the only one that worked here at my office PC) and "git pull" does not fetch commits newer than the above. Why? -- Dani Moncayo