From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: filter-branch: Remove original/* Date: Sun, 15 Feb 2009 13:51:39 -0800 Message-ID: <7vbpt3id1w.fsf@gitster.siamese.dyndns.org> References: <431341160902131845g58d99635ie0735b433802d6be@mail.gmail.com> <7vvdrblcl0.fsf@gitster.siamese.dyndns.org> <7vvdrbie7k.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Kidd , git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Sun Feb 15 22:53:16 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LYovK-00005v-Od for gcvg-git-2@gmane.org; Sun, 15 Feb 2009 22:53:15 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753814AbZBOVvr (ORCPT ); Sun, 15 Feb 2009 16:51:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753575AbZBOVvq (ORCPT ); Sun, 15 Feb 2009 16:51:46 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:53718 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753485AbZBOVvp (ORCPT ); Sun, 15 Feb 2009 16:51:45 -0500 Received: from localhost.localdomain (unknown [127.0.0.1]) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id D08E92B33E; Sun, 15 Feb 2009 16:51:44 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id D83212B339; Sun, 15 Feb 2009 16:51:40 -0500 (EST) In-Reply-To: (Johannes Schindelin's message of "Sun, 15 Feb 2009 22:33:32 +0100 (CET)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: D63DF9F8-FBAA-11DD-B409-6F7C8D1D4FD0-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Schindelin writes: >> That merely means whoever changes the tag and wants the record of such an >> update, which is uncommon, need to make sure reflog is created for that >> tag (and that tag only). > > The thing is: we cannot. At least not at the moment. $ mkdir -p .git/logs/refs/tags $ >.git/logs/refs/tags/junker $ git tag junker $ wc .git/logs/refs/tags/junker 1 8 134 .git/logs/refs/tags/junker Ok, it's not 180 byte as I said, but only 134 bytes.