From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8091 invoked from network); 2 Nov 2020 07:28:11 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 2 Nov 2020 07:28:11 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 87039d2b; Mon, 2 Nov 2020 07:25:15 +0000 (UTC) Return-Path: Received: from mail-ed1-x544.google.com (mail-ed1-x544.google.com [2a00:1450:4864:20::544]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 1f661df7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 2 Nov 2020 07:25:14 +0000 (UTC) Received: by mail-ed1-x544.google.com with SMTP id b9so3110010edu.10 for ; Sun, 01 Nov 2020 23:27:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8EWB1KTC9y7RiIeCCK+SYXJ/6DQHmnr8kvyFcE/JWWs=; b=qfLE9bl0OZwRb2nyvofIiI6dtM7Zu7Du07YSat2c4Ghk+27aP9XX28B+tUWV07fuOh bSl+m1qxqRTquiubLDqaTRE40w4KQ8kDiDhCvPVKQ/r8YaxCOU4rNLZyvzYoFgEfu098 srNBH9pVQ6L0HxUv9mcq7YQ2SJus93HZDOn37A22yYgymTBSMnO1uH+8QUf0xK/Wy5Io g16W+2wpDb0pcVi16qfNAxmiUYDkY4TDhNiyH6c2a1lu5aZV1TblqGAniTVR1++75ivV nLUeRfpry/3EHICOBMIy/E52XKpkIVte795RzwnutbJdN8OtRTjr/xdfNmBcjsK36L8K hs/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8EWB1KTC9y7RiIeCCK+SYXJ/6DQHmnr8kvyFcE/JWWs=; b=hqPSF9y3eflfXkxskYyhD7TFSTbJ5QXmfihDiGwp4nVAFVjqtXtjtWgjmwTA1AfdTZ SQRnpboSYia8OFnQif+gBbopC2Z2Uks7d5by/Znv/lKYfsBTfPTwL3wfR8D4toh2EfaR 7i+QspMHn9XafnUBH6Eq3eNIPOD8wDjuYaasYp7nw135fvJYgHA9poE6dsGCubl/I9Yf uRbJcjNEFpJh94MhdG3zbXVAn8Kdppc2R1FZehlAk7eV2bdvZVeQmmpmZo+P84CLpdpE B2Vwly+lCbz2vetzzORzGPp44ZBUPEG92H2pr0/s3HXiyo4Oayjxc/49KVhPfNIyKdyu VjLw== X-Gm-Message-State: AOAM533wKdNLCUuBchn0f9w2AwzAhDELc+Rhf0cVQdnO8T2Gi57OwHaa gqWD6wfIVKPamoOWtPCUKHV5+fAJf/RLiJC8I1k= X-Google-Smtp-Source: ABdhPJzf0gyrp4bjfqG/xUe+pVWFw0+LXjyf8rhNZt9UpETo0I7e+IHo2GZGPzyCwWKD8WNw+PViaa8IThRhbb2A1XA= X-Received: by 2002:aa7:cc84:: with SMTP id p4mr14903820edt.97.1604302069548; Sun, 01 Nov 2020 23:27:49 -0800 (PST) MIME-Version: 1.0 References: <20201027094233.41187-1-list@eworm.de> <20201101211741.2b77b503@leda> In-Reply-To: <20201101211741.2b77b503@leda> From: jean-christophe manciot Date: Mon, 2 Nov 2020 08:27:40 +0100 Message-ID: Subject: Re: [PATCH 1/1] git: update to v2.29.1 To: Christian Hesse Cc: cgit@lists.zx2c4.com, Christian Hesse Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" > Did you run `git submodule update`? Yes, and I also tried to apply only this 'git: update to v2.29.1' patch over v1.2.3-8-gadcc4f8 (without the other patches) and it fails the same way, so all previous patches are not linked to this issue. This is what I run before building: # Resetting & cleaning git reset --hard git submodule deinit -f . git submodule update --init git clean -fxd :/ # Pulling with rebase git pull -v --progress --rebase # Updating Submodules git submodule update --init --recursive # Fetching Tags git fetch --tags # Checking out v1.2.3-8-gadcc4f8 git checkout -f $git_tag I get this when updating submodules: Submodule path 'git/sha1collisiondetection': checked out '855827c583bc30645ba427885caa40c5b81764d2' I also notice a strange 'warning: unable to rmdir 'git': Directory not empty' while applying your patch. -- Jean-Christophe