From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Rorvick Subject: Re: git push tags Date: Fri, 26 Oct 2012 09:23:08 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Angelo Borsotti , git To: Drew Northup X-From: git-owner@vger.kernel.org Fri Oct 26 16:23:24 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TRkol-0006lx-5R for gcvg-git-2@plane.gmane.org; Fri, 26 Oct 2012 16:23:23 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933246Ab2JZOXL (ORCPT ); Fri, 26 Oct 2012 10:23:11 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:39687 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933043Ab2JZOXK (ORCPT ); Fri, 26 Oct 2012 10:23:10 -0400 Received: by mail-lb0-f174.google.com with SMTP id n3so1718363lbo.19 for ; Fri, 26 Oct 2012 07:23:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=vEn+nq7/nJb2yn+V6X2r45SCltk3wlsXJswrD5BWhks=; b=btRQ20P/YVzNIgvhdyJWsY0PnAcaodO+VSKPltoLXKTdf+cp9pTinnBhSkEMoqLOcL Q+8FjRZdhy2Fzfi7kEOKwnvBm90GsEZ9wqvY5q8Yp33VZs8qU3ZYwuVghz5qhORKqMj0 VMWy4Xf4yu3Ew7oRtcmyrReAEu4k/dqB6atSi+iT8juZNebaWwF2w1v7Zgb1I/6wrSoP sm5OBP3tEPs6+zkmQf9Zy2KKiDKjWBot7jPlVUwMVqKkiMsMmgplk4Hoj0JdQrXKGE6L 8E/++S96s0zutiXRSltN3Y13Mwqptz1tAuiQaL+ytYKam/x1MM5IB6pCmmwXOK1c7uoD N4gQ== Received: by 10.152.103.18 with SMTP id fs18mr20582611lab.32.1351261388268; Fri, 26 Oct 2012 07:23:08 -0700 (PDT) Received: by 10.114.2.45 with HTTP; Fri, 26 Oct 2012 07:23:08 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: uWJHEjo0QEqDqEmvLJ4iSwYcA1M Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Oct 26, 2012 at 9:13 AM, Drew Northup wrote: > On Fri, Oct 26, 2012 at 9:59 AM, Chris Rorvick wrote: >> On Fri, Oct 26, 2012 at 8:37 AM, Drew Northup wrote: >>> (As for deleting the current branch, you can't really do that on a >>> proper bare remote anyway as there is no such thing as a "current >>> branch" in that context.) >> >> Really? When I clone a bare repository I see a HEAD, and Git doesn't >> want me to delete it with a push from a remote repo. So is this not a >> "proper" bare repository? > > Chris, > If there's no working directory in the remote repository is there a > "current branch" in the _remote_ repository? Yes, I believe it is the default branch when the repository is cloned.