From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81109 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Ma Gnus v0.1 is released Date: Wed, 01 Feb 2012 14:36:07 +0100 Organization: Probably a good idea Message-ID: References: <87ty3bbyh5.fsf@gnus.org> <87mx92puva.fsf@newsguy.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328103413 14782 80.91.229.3 (1 Feb 2012 13:36:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2012 13:36:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29390@lists.math.uh.edu Wed Feb 01 14:36:49 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsaMg-0003mA-Iu for ding-account@gmane.org; Wed, 01 Feb 2012 14:36:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RsaMQ-00046a-JG; Wed, 01 Feb 2012 07:36:30 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RsaMP-00046P-Hq for ding@lists.math.uh.edu; Wed, 01 Feb 2012 07:36:29 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RsaML-0004xN-Hp for ding@lists.math.uh.edu; Wed, 01 Feb 2012 07:36:29 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RsaMK-0006in-4h for ding@gnus.org; Wed, 01 Feb 2012 14:36:24 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RsaMI-0003YF-Jx for ding@gnus.org; Wed, 01 Feb 2012 14:36:22 +0100 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 14:36:22 +0100 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 14:36:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:Vt/bmK0afjri7iU0B/P8GsWaKoo= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81109 Archived-At: >>>>> Harry Putnam : > Lars Ingebrigtsen writes: >> git clone http://git.gnus.org/gnus.git && cd gnus && git checkout m0-1 [snip!] > You are not currently on a branch, so I cannot use any > 'branch..merge' in your configuration file. > Please specify which branch you want to merge with on the command > line and try again (e.g. 'git pull '). > See git-pull(1) for details. m0-1 is a tag, not a branch. That's why git tells you that you're not on a branch. To get the latest ma-gnus, cd to the gnus directory, and do git checkout master git pull After this git pull should work as it used to do.