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-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 E03C41F66F for ; Tue, 10 Nov 2020 19:48:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728272AbgKJTsZ (ORCPT ); Tue, 10 Nov 2020 14:48:25 -0500 Received: from cloud.peff.net ([104.130.231.41]:53232 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725862AbgKJTsY (ORCPT ); Tue, 10 Nov 2020 14:48:24 -0500 Received: (qmail 8936 invoked by uid 109); 10 Nov 2020 19:48:24 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 10 Nov 2020 19:48:24 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 4434 invoked by uid 111); 10 Nov 2020 19:48:23 -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; Tue, 10 Nov 2020 14:48:23 -0500 Authentication-Results: peff.net; auth=none Date: Tue, 10 Nov 2020 14:48:23 -0500 From: Jeff King To: Johannes Schindelin Cc: Philippe Blain , Git mailing list Subject: Re: [PATCH] add-interactive.c: use correct names to load color.diff.* config Message-ID: <20201110194823.GA1987088@coredump.intra.peff.net> References: <313B8999-1E99-4695-A20D-E48840C30879@gmail.com> <20201106170345.GA174555@coredump.intra.peff.net> <20201110182833.GB1362803@coredump.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Nov 10, 2020 at 08:17:04PM +0100, Johannes Schindelin wrote: > If you don't mind, I'd like to integrate your work into mine and make you > a co-author. Objections? Nope, no problem at all (I was worried we might be duplicating, but I thought maybe you'd have quit for the day already. Silly timezones). -Peff