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.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 663221F8C2 for ; Wed, 10 Feb 2021 21:57:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232312AbhBJV5c (ORCPT ); Wed, 10 Feb 2021 16:57:32 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:51592 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232031AbhBJV5b (ORCPT ); Wed, 10 Feb 2021 16:57:31 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D4AAEA340E; Wed, 10 Feb 2021 16:56:48 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=ZCg+dlQGdo4Q q9FWpqL8mFEpldE=; b=ZpL5YqvgaI/UX7OAj6vTRQTIj+G+VTigmJONdwAw5Ooh 2rSPvLKG8O4l45nqWD//yo1Q3NE5R1uwkTXqfYkLnbWglVgJ3/vDGdFP4hWnICYc DUbIPM8WKMnCeTELkTZ42E0HSKm4NQqZza/koYqkHQFJGsrmaRh9iVry7LjN90A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=X6DSfU /KeZJz0Bxa9iTd4f/KqZ4jNrtkk4FgrDSdzwiR3gueTitx1iWirflNDV1eQYOUF+ 6JSKLFHwG+dB5Xk44XgFWgusZQL70Yl9ACSJDNxcFOIsjcvfk4dPrCjQqHWLX1jz 8EAcwuMk4K1x0j1dxWaRjbjIkfvpT0C8pCgEU= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id C9025A340D; Wed, 10 Feb 2021 16:56:48 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 49C75A340C; Wed, 10 Feb 2021 16:56:48 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Johannes Schindelin , SZEDER =?utf-8?Q?G=C3=A1bor?= , Jiang Xin Subject: Re: [PATCH 09/12] test libs: rename "diff-lib" to "lib-diff" References: <20210209214159.22815-1-avarab@gmail.com> <20210209214159.22815-10-avarab@gmail.com> Date: Wed, 10 Feb 2021 13:56:47 -0800 In-Reply-To: <20210209214159.22815-10-avarab@gmail.com> (=?utf-8?B?IsOG?= =?utf-8?B?dmFyIEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Tue, 9 Feb 2021 22:41:56 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: DF9F093E-6BEA-11EB-8A9B-D152C8D8090B-77302942!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > Rename the "diff-lib" to "lib-diff". With this rename and preceding > commits there is no remaining t/*lib* which doesn't follow the > convention of being called t/lib-*. > --- Seeing nothing (other than the OID length abstraction that prepares us for SHA-256 world) has happened since 2009, I have no issue with this change and no in-flight topics would, either. Needs a sign-off, though.