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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-6.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 8B14C209A6 for ; Tue, 27 Sep 2016 10:27:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933704AbcI0K07 (ORCPT ); Tue, 27 Sep 2016 06:26:59 -0400 Received: from ikke.info ([178.21.113.177]:33636 "EHLO vps892.directvps.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932674AbcI0K06 (ORCPT ); Tue, 27 Sep 2016 06:26:58 -0400 Received: by vps892.directvps.nl (Postfix, from userid 1008) id DF0C54400AA; Tue, 27 Sep 2016 12:26:55 +0200 (CEST) Date: Tue, 27 Sep 2016 12:26:55 +0200 From: Kevin Daudt To: Junio C Hamano Cc: git@vger.kernel.org, Swift Geek , Jeff King Subject: Re: [PATCH v3 2/2] mailinfo: unescape quoted-pair in header fields Message-ID: <20160927102655.GA22520@ikke.info> References: <20160919185440.18234-1-me@ikke.info> <20160925210808.26424-1-me@ikke.info> <20160925210808.26424-2-me@ikke.info> <20160926194455.GB19089@ikke.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.0 (2016-08-17) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Sep 26, 2016 at 03:23:23PM -0700, Junio C Hamano wrote: > Kevin Daudt writes: > > > On Mon, Sep 26, 2016 at 12:26:13PM -0700, Junio C Hamano wrote: > >> Junio C Hamano writes: > >> > >> > Don't these also need to be downcased if you prefer $data over > >> > $DATA, though? > >> > >> For now, I'll queue a SQUASH??? that reverts s/DATA/data/ you did to > >> 1/2 between your 1/2 and 2/2. > > > > Ugh, thanks. I'd replaced it in the first patch, but forgot it in the > > second. > > Heh, I already guessed that much that these were sent without even > be in the tree, after editing only the patch files. Don't do that > ;-) That was just my poor wording. I did a proper rebase, but only changed it for the first commit.