From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: git server issue, repo.or.cz and orgmode.org Date: Wed, 15 Jun 2011 21:14:34 -0500 Message-ID: <4DF9670A.2050901@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX25e-0005eP-VO for Emacs-orgmode@gnu.org; Wed, 15 Jun 2011 22:13:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QX25d-0008Q8-CL for Emacs-orgmode@gnu.org; Wed, 15 Jun 2011 22:13:50 -0400 Received: from pegasus.biostat.wisc.edu ([144.92.73.35]:57029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX25d-0008PE-17 for Emacs-orgmode@gnu.org; Wed, 15 Jun 2011 22:13:49 -0400 Received: from [192.168.1.117] (c-75-72-91-235.hsd1.mn.comcast.net [75.72.91.235]) (authenticated bits=0) by pegasus.biostat.wisc.edu (8.13.6/8.13.6) with ESMTP id p5G2Da70027938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 15 Jun 2011 21:13:38 -0500 (CDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org Hello, I pull git daily both at home and work. I noticed a bunch of updates this morning at work, as expected. But at home, I keep getting: $ git pull Already up-to-date. $ git log -1 commit 90f6765cdf77c1414726d899f00c77da43f45758 Author: Eric Schulte Date: Mon Jun 13 14:58:56 2011 -0700 ob-tangle: no longer inserting newlines between appended code blocks * lisp/ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer inserting newlines between appended code blocks. I know I pulled newer updates at work, so I was confused. Then I looked where I was pulling from at home, I set this up quite a while ago. From my .git/config file: [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git://repo.or.cz/org-mode.git Now, the orgmode.org site I notice tells you to clone: git clone git://orgmode.org/org-mode.git So that must be the problem! I don't know if these two are supposed to remain in sync or not, but if so, something isn't working as of Monday. Perhaps I missed an announcement, but I do remember orgmode.org was down on Monday evening, so perhaps that plays into it, or perhaps it is just a coincidence. At any rate, I think I'll just clone the orgmode.org repo, as the org site tells me to. Just thought other long time git pullers might want to know about this. --Erik p.s., of course, I'm willing to admit that I may have done something silly to cause this, I hope not!