From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id E6BBB1F5AE for ; Thu, 29 Apr 2021 20:04:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234039AbhD2UFE (ORCPT ); Thu, 29 Apr 2021 16:05:04 -0400 Received: from cloud.peff.net ([104.130.231.41]:40288 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229960AbhD2UFE (ORCPT ); Thu, 29 Apr 2021 16:05:04 -0400 Received: (qmail 16161 invoked by uid 109); 29 Apr 2021 20:04:17 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Thu, 29 Apr 2021 20:04:17 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 22277 invoked by uid 111); 29 Apr 2021 20:04:17 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Thu, 29 Apr 2021 16:04:17 -0400 Authentication-Results: peff.net; auth=none Date: Thu, 29 Apr 2021 16:04:16 -0400 From: Jeff King To: Patrick Steinhardt Cc: git@vger.kernel.org, =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: [PATCH v2 0/2] git: support separate arg for `--config-env`'s value Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Apr 29, 2021 at 02:55:25PM +0200, Patrick Steinhardt wrote: > this is the second version of this series fixing inconsistencies with > the `--config-env` parameter. It's only got a single change compared to > v1, which is to replace `test_i18ngrep` with `grep` as pointed out by > Ævar. Thanks, this version looks good to me. -Peff