From patchwork Mon Oct 17 02:23:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Derrick Stolee via GitGitGadget X-Patchwork-Id: 13008104 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 770C5C4332F for ; Mon, 17 Oct 2022 02:23:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230209AbiJQCXf (ORCPT ); Sun, 16 Oct 2022 22:23:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230187AbiJQCX2 (ORCPT ); Sun, 16 Oct 2022 22:23:28 -0400 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B5412C66A for ; Sun, 16 Oct 2022 19:23:25 -0700 (PDT) Received: by mail-wm1-x32c.google.com with SMTP id m29-20020a05600c3b1d00b003c6bf423c71so11324761wms.0 for ; Sun, 16 Oct 2022 19:23:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:from:to:cc:subject:date :message-id:reply-to; bh=8lbS3AszidKN7RP9hYps707b85/07UQyqRHz2S+0YiM=; b=chWZoh65KwCsLzTJGRMdA+fJMk9B/pG1zVJF20a59fsliV2LnDqk0NZstvPX66pOgC 0C+0d/MvLGlqzNWjcpCOVTc5gY7f/5NUg4G2lGTUsp7UU0s3TSkOE4vtBpJaPw42vPHx c64c5KCjgupC1P6ZkAh/6XSrdHYG4npVeIY2QEiFQuVKE4DjsNG4R5drNEMkzQdpzJK4 9IoO6bFRwbwCsGlCoYXuQ7Ogm3OxqcVBvVim6jku+eu5ZeqOYRBJWxDVsRDctv/hZeyf glq3iXoeN2GDHwsHH0iJzOTA2nhb6pE1bcE0d3Xsh9yEv0AgUUfbpHBts6YM9N6jeRkn kdCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:mime-version:content-transfer-encoding:fcc:subject:date:from :references:in-reply-to:message-id:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8lbS3AszidKN7RP9hYps707b85/07UQyqRHz2S+0YiM=; b=WQmK56iD/QulZF+GIqnlGuOGGUNeYKbbEmiRuhD5NOBj18nTm03mFYBC2RNsE8yTHk yxXQkN3vAW0hBJzeWfhNR/7XFZLsRt9BkGVX6I+FxIcRInYRlz2mfJr63ewpkV528wcl yMXznfxrcK3OJ8kOGtRR4oa+9XBVpL8aHH3fmvpRvlzHDheq9GtqN6hmu3Knx6tVnqx3 ME7Y8b81Ovv1ha8LhpILHvhanc/kpcgCnRSjmZZPHHpmv4/1DObT8XLClgQAWeKcgayE byklbIDWY1+56B2mzpH1yVWN9FbNn89JDeriRh2xh3J1uoXgA16xB54y/Dc88QuA6w30 gjwQ== X-Gm-Message-State: ACrzQf0bD1ojrxl1kWeMujArgSvn2DKuKoKT1IvtSJizC5apbqnA1kRI VFIFvTJOEf0b6Cdb5d7Y3Htlz+fuVoQ= X-Google-Smtp-Source: AMsMyM64y91hIupWNTgj/r/46Nf1gwvXgzfsO2p/Msj3m+5B1QXHeMO3c6bNofRWwEvzrYrUrKKljg== X-Received: by 2002:a05:600c:3c8e:b0:3b4:d224:addf with SMTP id bg14-20020a05600c3c8e00b003b4d224addfmr17604679wmb.132.1665973403204; Sun, 16 Oct 2022 19:23:23 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id n4-20020adf8b04000000b00231893bfdc7sm7651121wra.2.2022.10.16.19.23.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Oct 2022 19:23:22 -0700 (PDT) Message-Id: In-Reply-To: References: From: "Heather Lapointe via GitGitGadget" Date: Mon, 17 Oct 2022 02:23:12 +0000 Subject: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command Fcc: Sent MIME-Version: 1.0 To: git@vger.kernel.org Cc: =?utf-8?b?UmVuw6k=?= Scharfe , Heather Lapointe Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org This makes it possible to include submodule contents in an archive command. The inspiration for this change comes from this Github thread, https://github.com/dear-github/dear-github/issues/214, with at least 160