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 4F3A11F5AE for ; Sat, 12 Jun 2021 03:01:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229931AbhFLDAZ convert rfc822-to-8bit (ORCPT ); Fri, 11 Jun 2021 23:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229584AbhFLDAY (ORCPT ); Fri, 11 Jun 2021 23:00:24 -0400 Received: from mav.lukeshu.com (mav.lukeshu.com [IPv6:2001:19f0:5c00:8069:5400:ff:fe26:6a86]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 939BDC061574 for ; Fri, 11 Jun 2021 19:58:25 -0700 (PDT) Received: from lukeshu-dw-thinkpad (unknown [IPv6:2601:281:8200:42e:4e34:88ff:fe48:5521]) by mav.lukeshu.com (Postfix) with ESMTPSA id 82CA480590; Fri, 11 Jun 2021 22:58:22 -0400 (EDT) Date: Fri, 11 Jun 2021 20:58:21 -0600 Message-ID: <8735tn7prm.wl-lukeshu@lukeshu.com> From: Luke Shumaker To: Felipe Contreras Cc: Johannes Schindelin , Luke Shumaker , Johannes Schindelin via GitGitGadget , git@vger.kernel.org, Luke Shumaker , =?ISO-8859-1?Q?=C6var_Arnfj=F6r=F0?= Bjarmason Subject: Re: [PATCH 0/2] Fix git subtree on Windows In-Reply-To: <60c3863ad8971_85c8208e@natae.notmuch> References: <87a6nx6wtv.wl-lukeshu@lukeshu.com> <60c3863ad8971_85c8208e@natae.notmuch> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, 11 Jun 2021 09:50:18 -0600, Felipe Contreras wrote: > Johannes Schindelin wrote: > > On Thu, 10 Jun 2021, Luke Shumaker wrote: > > > Now, that CI setup was just on my personal copies and hadn't been > > > submitted upstream, since I wasn't sure if it was welcome[1]. I never > > > really got a reply to that part, but but now that we've got buy-in > > > from Ævar for running the tests in contrib/,[2] I might spend some > > > more time on it and try to get that submitted. > > > > I am not so sure about running tests in contrib/ as part of the CI. > > But we already do run contrib tests: > > t1021-rerere-in-workdir.sh > t3000-ls-files-others.sh > t9902-completion.sh > t9903-bash-prompt.sh Lovely, I didn't realize that it would be OK to move t7900-subtree.sh out of contrib/ without moving all of subtree out of contrib/. That'll make things easier, I think. -- Happy hacking, ~ Luke Shumaker