From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lehmann Subject: Re: [PATCH v2] add test to demonstrate that shallow recursive clones fail Date: Tue, 17 Nov 2015 22:00:18 +0100 Message-ID: <564B9562.3050801@web.de> References: <1447321061-74381-1-git-send-email-larsxschneider@gmail.com> <20151113053547.GD29708@sigill.intra.peff.net> <20151113233807.GD16173@sigill.intra.peff.net> <20151113234116.GA18234@sigill.intra.peff.net> <564A279C.6000802@web.de> <564A4DB1.4070507@web.de> <564B8406.9070706@web.de> <564B9091.7070902@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeff King , Lars Schneider , "git@vger.kernel.org" , Junio C Hamano , Duy Nguyen To: Stefan Beller X-From: git-owner@vger.kernel.org Tue Nov 17 22:00:50 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZynMs-0005zE-NQ for gcvg-git-2@plane.gmane.org; Tue, 17 Nov 2015 22:00:47 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932273AbbKQVAm (ORCPT ); Tue, 17 Nov 2015 16:00:42 -0500 Received: from mout.web.de ([212.227.15.4]:54781 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753789AbbKQVAl (ORCPT ); Tue, 17 Nov 2015 16:00:41 -0500 Received: from [192.168.178.41] ([79.211.115.166]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0LlWVj-1aY7yl026B-00bJ2B; Tue, 17 Nov 2015 22:00:20 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: X-Provags-ID: V03:K0:TNdyTDq/MkKo2xmmOsj4pPomRKQ2VBGSwIYhh0T6Ff9R+y6MOB4 2crH9pyAF+c0jTSGt0bi1yl9T6hLnDoHGjLwJhYZVcdb5N5ze14NHA30CGMB4YkoM6aIhtH IZEdz4yE0w6Kdh1u52lzGZeGu/CbITWMp+Ki+Il03iJiC03GCFEZ4Wy40eCFgARhdITy6ph doHna4URFKGDAio0D2ZBQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:bQeY/J9uJpw=://WDx+0V7kBMIck9w5NxsA ZUa2y3QR/5hli70g1c6/HaFA/fRHqFn2/renhRbqsLwP/VsiLg+IiQ2jLGqdYi89Mn22QYXvP LhWoGZVa8ivwWa88gg2VGNPdM760WYZ1BH18J2vM5VwNb0vY1i3SWyKUj2CHLYb4dDwWhdTh4 /6u7KZl5TjSAer5hl4ecJskXGupACAs9Dwk8lfDWjzGS5WfDyNWSn6N5PKNnDgPqSJ6ajb4AT yK1FW+na+rx6AhrwTKV8zWpzYRezulpQRwDZ2Ofej5NGGsxySq/e5v+V9ApCTUEKs2GmA0+gj Ydymaa8Qh2We4qoivL0c2G7ShjwNb7hjVQxigKkLJofZfYntHw/f0u+/2HEYFeAhftnDgNRYd n/quRVWTnZ1rKwOXAxciCZfqsdNbTi8h1YOXwnG3FK+R0LjIcY1TY5syVOL7eVA73VpmAJhnz e1hJqZu/SLZ9/did4XVtlTDz+dJFUGXqIk8H6ShQL1WjYl5rw+jP9Z9XsfJ/0fajVLIMwGvD4 C+xfGcI+kMdoaDyvrmEL354HTNn5m6fiezeZ4iV1mKPrCnUqWTl+nlbr/JZ5NqNPtCAjbp8jo zA0wKoXlhQoZQHX52MMZ6llehvvmB0lmxEB2daQ65YPWA/kIE4KuhELa0gI4cpBna2iih8CKW VSrvOV6MAnxi4bzTWtmnoL68J5z9GQwRKxZJycFxIPxFDjpx8DDqxbEivfZ/7OuN50G7wsL/d tzTDUIEbERscm6LQWDZld3VM0/atuO+/YRZsxbr9nClDx/VlznawRbeQIjiLgZ4WQUXEkAAi Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Am 17.11.2015 um 21:49 schrieb Stefan Beller: > I assumed we'd have yet another flag to activate the new behavior, > but if you want to roll out that new feature as a default, I agree on > needing the fallback. Ah, I was under the impression that users are surprised by --depth not propagating into the submodules, so I considered this a bugfix which doesn't need extra configuration (and the subject line seems to support my impression ;-). And if some users really need the old behavior, they can remove the --recurse-submodules from the clone and issue a submodule update afterwards (Unless they speak up now and tell us why having --depth only apply to the superproject is a feature ... ;-).