From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from mail-qt0-x244.google.com (mail-qt0-x244.google.com [IPv6:2607:f8b0:400d:c0d::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A04FF215FB for ; Wed, 18 Jan 2017 18:50:17 +0000 (UTC) Received: by mail-qt0-x244.google.com with SMTP id a29so3220067qtb.1 for ; Wed, 18 Jan 2017 10:50:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nyu-edu.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=XcLOfuu2bPQVAxFHrTPoTE+Qp7BHTANXbuxAvrK2qnc=; b=ZIgMss8YwVL6yBW4MwwFY39I+yZ1qvuvyknNhhFEi2wMuXsUVJ2bJWN5oMRnMglr7F yhEY1ewbeWZC3pccSKK9LS2HktmNT1nckDNOU2LWTwFNev4iesrnqkom0IhsOKSiBwGr CgiqTFpIgMb17hsgs4DP8IuJKUg/4FUhpe2s1/Dnw87Ukt8IoICxzxrPVcJGQ1yG3n7o NsZRjjLTFFjcElIq9DQ6at/rNmrUV29WTh1xEGtNIGPheEPY+M0ZWDEpWKYgPGDK62aQ cInG6LdtLOwJtqa7C3f2GLwjY2vSGmG5mZ9avdXOhSDRkfxUxCgUI7vgWL74hHkfPPvu xmow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XcLOfuu2bPQVAxFHrTPoTE+Qp7BHTANXbuxAvrK2qnc=; b=b2UO48FtsovWJc2P4hRzQorF7N5aivvEW8sEy0VMOCXnkomxI+k3qAR4NinpyY4hqj X+j8ax9KfTGuKI7pmLC4S0I4LTb/m+IdoCiQim2TsoVuK6uHhSdMqPSLgJ5zjNtmUEE0 liSDkQ46RK61K10I1IvSYRzrnyTW/FgwPf/Ewnd7iVUDr+Lr2azm7JQLV6NSjohz/Hjo mni1RD6Ora+iquQ2M3hGL8rkatI29fPS4zc/hqr2T76xdKUOQNLRFOr5AYlYSEBnNXsx bT8g4tsCe+2fCHRUc+Xx24IeSiEMu+q0GtsjSp8nEZBuyXbzbzb5wV3tGOxTy8H4CSr6 PLKA== X-Gm-Message-State: AIkVDXLp8meoFSvCW/6fHLBBUKYOamk8R14LkSeA2drJihhK2iLaQE+VcK+FiRmtpZDHP37X X-Received: by 10.200.37.22 with SMTP id 22mr4115111qtm.250.1484765416734; Wed, 18 Jan 2017 10:50:16 -0800 (PST) Received: from LykOS.localdomain (NYUFWA-WLESSAUTHCLIENTS-15.NATPOOL.NYU.EDU. [216.165.95.4]) by smtp.gmail.com with ESMTPSA id d144sm888484qkc.45.2017.01.18.10.50.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jan 2017 10:50:16 -0800 (PST) Date: Wed, 18 Jan 2017 13:50:15 -0500 From: Santiago Torres To: Junio C Hamano Cc: meta@public-inbox.org, git@vger.kernel.org, peff@peff.net, sunshine@sunshineco.com, walters@verbum.org, Lukas Puehringer , Eric Wong Subject: Re: [PATCH v6 4/6] builtin/tag: add --format argument for tag -v Message-ID: <20170118185015.3vq7wfvsfo3gjj4b@LykOS.localdomain> References: <20170117233723.23897-1-santiago@nyu.edu> <20170117233723.23897-5-santiago@nyu.edu> <20170118182831.pkhqu2np3bh2puei@LykOS.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: On Wed, Jan 18, 2017 at 10:44:03AM -0800, Junio C Hamano wrote: > Santiago Torres writes: > Was: Thanks! Would you want me to re-roll really quick? or would you rather apply this on your side? Thanks, -Santiago. > > Eric, I've noticed that this message > > http://public-inbox.org/git/20170118182831.pkhqu2np3bh2puei@LykOS.localdomain/ > > and all messages from Santiago appear empty when they come via > public-inbox.org; the reason I suspect we haven't heard much > complaints is because nobody else around here sends multipart/signed > disposition inline other than Santiago. > Interesting, I thought I wasn't inlining the .asc. I guess I can disable signing for this ML for the time being. Thanks for letting me know. -Santiago.