From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sverre Rabbelier Subject: Re: [PATCH 1/3] fast-export: add --signed-tags=warn-strip mode Date: Mon, 15 Apr 2013 21:50:42 -0700 Message-ID: References: <8716b887972b0eb1671afd2692416efd588f7d1d.1365936811.git.john@keeping.me.uk> <7vk3o3nktl.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: John Keeping , Git List , Jonathan Nieder , Florian Achleitner To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Apr 16 06:51:28 2013 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 1URxrc-0006pH-9v for gcvg-git-2@plane.gmane.org; Tue, 16 Apr 2013 06:51:28 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752984Ab3DPEvY (ORCPT ); Tue, 16 Apr 2013 00:51:24 -0400 Received: from mail-ia0-f171.google.com ([209.85.210.171]:57439 "EHLO mail-ia0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752915Ab3DPEvX (ORCPT ); Tue, 16 Apr 2013 00:51:23 -0400 Received: by mail-ia0-f171.google.com with SMTP id f27so74136iae.30 for ; Mon, 15 Apr 2013 21:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=l7rPaE6vq0AIAK4j1lAJKa0KgYfYsUGqUh8m/nyXgTI=; b=oZJLGz9AcW0C/9p0egy895tJkLBWFLn197f62JoxPzP9Qq3uMSjrAlwDhxAYd1M/yW GpkckavsNAsTJRVRJAa0jAgsIfCMh5M7RtsktvCFqLKrxEieIXlALhoQDBLNhL2KGai1 1EOxzvHvfm82SBNb+Qvrqry+kmhJuM734nx6kf+uYsEKkLT12GVQOS8TtAPF9U1Z6OOa A0frLYrP8cfAnDJsjDstFhmtH/d1Ua95DsFIaIjtMYFplnUU3n+R5OinfBSyAabvJ1f3 E2Hk67YmuIF5+x9h6JPBwjuqzHDQtpxaNJXh/bkfgq85F5Ci0a3qSfa9XDE27guWsi6/ u59A== X-Received: by 10.50.57.5 with SMTP id e5mr380765igq.57.1366087882958; Mon, 15 Apr 2013 21:51:22 -0700 (PDT) Received: by 10.50.157.229 with HTTP; Mon, 15 Apr 2013 21:50:42 -0700 (PDT) In-Reply-To: <7vk3o3nktl.fsf@alter.siamese.dyndns.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Apr 15, 2013 at 9:47 PM, Junio C Hamano wrote: > When you see 78 in the output and you know you have 92 tags in the > repository, is that sufficient to let you go on, or do we also need > an easy way to tell which ones are those 78 that were stripped and > the remaining 14 were not stripped? > > There is no reason to worry about "some signed tags are stripped but > not others", so it feels that the number alone should be sufficient, > I guess. If those remaining 14 weren't stripped, that is (at least > at the moment) by definition because they are unsigned, annotated > tags. Or because they were not exported? Perhaps "78 tags stripped, 92 exported in total". -- Cheers, Sverre Rabbelier