From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Cloos Newsgroups: gmane.lisp.guile.user Subject: Re: Guile-PG back in the groove Date: Thu, 24 Jun 2010 11:57:17 -0400 Message-ID: References: <87pqzlzcw1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277395091 25982 80.91.229.12 (24 Jun 2010 15:58:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2010 15:58:11 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jun 24 17:58:09 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ORooZ-0002KE-DT for guile-user@m.gmane.org; Thu, 24 Jun 2010 17:58:07 +0200 Original-Received: from localhost ([127.0.0.1]:48242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORooY-00035i-TG for guile-user@m.gmane.org; Thu, 24 Jun 2010 11:58:06 -0400 Original-Received: from [140.186.70.92] (port=55804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORooS-0002yW-I7 for guile-user@gnu.org; Thu, 24 Jun 2010 11:58:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORooR-0007s6-4H for guile-user@gnu.org; Thu, 24 Jun 2010 11:58:00 -0400 Original-Received: from eagle.jhcloos.com ([207.210.242.212]:53989) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORooR-0007rr-1P for guile-user@gnu.org; Thu, 24 Jun 2010 11:57:59 -0400 Original-Received: by eagle.jhcloos.com (Postfix, from userid 10) id DD4CA400C5; Thu, 24 Jun 2010 15:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jhcloos.com; s=eagle; t=1277395076; bh=TFvo9Hv1CsttR7ajZ/TEGnSx4fpyzsZK2kq+5oSCrS8=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type:Content-Transfer-Encoding; b=Nw/kKGhSBoIdYFlIESyWU88XLmrrDYSC+0j/5T5Up4M8UhTiCTITHQXXsK6+blCzi uxyLOforTu6e6BIToGp0kER9QuYjcSoob+zMeuRiEa0bTebzmoGT3XdliWz1//bm2D +JlZv0E0MWxlQl8nFooinKv6lWIsRK0tOEbcckGk= Original-Received: from carbon.jhcloos.org (localhost [127.0.0.1]) by carbon.jhcloos.org (Postfix) with ESMTP id F01231C7DE1; Thu, 24 Jun 2010 15:57:17 +0000 (UTC) In-Reply-To: <87pqzlzcw1.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Sun, 20 Jun 2010 22:07:26 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAI1J REFUOE+lU9ESgCAIg64P1y+ngUdxhl5H8wFbbM0OmUiEhKkCYaZThXCo6KE5sCbA1DDX3genvO4d eBQgEMaM5qy6uWk4SfBYfdu9jvBN9nSVDOKRtwb+I3epboOsOX5pZbJNsBJFvmQQ05YMfieIBnYX FK2N6dOawd97r/e8RjkTLzmMsiVgrAoEugtviCM3v2WzjgAAAABJRU5ErkJggg== Copyright: Copyright 2009 James Cloos OpenPGP: ED7DAEA6; url=http://jhcloos.com/public_key/0xED7DAEA6.asc OpenPGP-Fingerprint: E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 Original-Lines: 25 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7926 Archived-At: >>>>> "TN" =3D=3D Thien-Thi Nguyen writes: TN> A note about cloning: The git repo has no =E2=80=98master=E2=80=99 br= anch, even though TN> its HEAD points to refs/heads/master. Presently i know of no way to TN> change that (as the project admin) barring asking a savannah admin to TN> DTRT (see my Q, end of = ). You should be able to create one in your local clone and when you push it should just work. If you have a file in .git/refs/heads, you can just copy that to .git/refs/heads/master; if it is packed in .git/packed-refs you can just copy that line and name it refs/heads/master. That will make master identical to the branch in question. Using the git commands, git branch should be able to do it, but I find that copying is faster and easier. YMMV. You might need to use the --all option to git-push to ensure that the new master branch ref gets pushed. -JimC --=20 James Cloos OpenPGP: 1024D/ED7DAEA6