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 A5D761F5AE for ; Tue, 16 Jun 2020 13:51:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728984AbgFPNv0 (ORCPT ); Tue, 16 Jun 2020 09:51:26 -0400 Received: from cloud.peff.net ([104.130.231.41]:33232 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729065AbgFPNvW (ORCPT ); Tue, 16 Jun 2020 09:51:22 -0400 Received: (qmail 22294 invoked by uid 109); 16 Jun 2020 13:51:22 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 16 Jun 2020 13:51:22 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 13233 invoked by uid 111); 16 Jun 2020 13:51:21 -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, 16 Jun 2020 09:51:21 -0400 Authentication-Results: peff.net; auth=none Date: Tue, 16 Jun 2020 09:51:21 -0400 From: Jeff King To: Johannes Schindelin via GitGitGadget Cc: Jonathan Nieder , git@vger.kernel.org, don@goodman-wilson.com, stolee@gmail.com, sandals@crustytoothpaste.net, Matt Rogers , Eric Sunshine , Taylor Blau , Phillip Wood , Alban Gruin , Johannes Sixt , Johannes Schindelin Subject: Re: [PATCH v2 12/12] testsvn: respect `init.defaultBranch` Message-ID: <20200616135121.GJ666057@coredump.intra.peff.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Jun 15, 2020 at 12:50:16PM +0000, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin > > The default name of the main branch in new repositories can now be > configured. The `testsvn` remote helper translates the remote Subversion > repository's branch name `trunk` to the hard-coded name `master`. > Clearly, the intention was to make the name align with Git's detaults. s/detaults/defaults/ :) I'd agree that moving this to Git's default name makes sense. Though my overall preference is still to delete this whole testsvn thing entirely (I have some other pending tree-wide changes that are being held up by it, too). After getting "would you mind holding off until..." from Jonathan in [1], I've been waiting almost 2 years. Maybe now is the time? -Peff [1] https://lore.kernel.org/git/20180818052605.GA241538@aiede.svl.corp.google.com/