Message ID | 20220224100842.95827-1-chooglen@google.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> 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 0AC24C433F5 for <git@archiver.kernel.org>; Thu, 24 Feb 2022 10:08:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231319AbiBXKJZ (ORCPT <rfc822;git@archiver.kernel.org>); Thu, 24 Feb 2022 05:09:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232880AbiBXKJX (ORCPT <rfc822;git@vger.kernel.org>); Thu, 24 Feb 2022 05:09:23 -0500 Received: from mail-pg1-x54a.google.com (mail-pg1-x54a.google.com [IPv6:2607:f8b0:4864:20::54a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDC9228A104 for <git@vger.kernel.org>; Thu, 24 Feb 2022 02:08:51 -0800 (PST) Received: by mail-pg1-x54a.google.com with SMTP id b5-20020a631b05000000b00373bd90134dso905195pgb.22 for <git@vger.kernel.org>; Thu, 24 Feb 2022 02:08:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=/1JzIwcLxmykCD4DSvczrWTseQUw/dmxE6eCwus/w38=; b=CxWrf9pvCrtpa/resiKspkqdv58tzt3gkRS9xnOZZLnbPvGqEY1TfouyJpKpNvvgLd HDfxf6XAku/SRFZ3jmSc0BGstXCBQI3ls5iJV1PYN6zvEcBGigSsGcXgsKsAjU6IQJY1 DtzisxTbEIoSU1mfshMIWGaRQBQhlnlaJsoqmslNS6GcpwqdtN4vyPRdZNm63iH+Yn0L DMrbSjx2fhNHxLk6Me287ZyfGvFJA23+pG/l4jqCtJptEyRkdrBeO/ZU4kyIw4vFnPGG DGTVDIJcio0Ht5E5K6Z4aKaUHxXuNNJ7FuQ8R9WdjInKJopIa2zG6ciIUk5rXI5Tj2FB /d4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:in-reply-to:message-id:mime-version :references:subject:from:to:cc; bh=/1JzIwcLxmykCD4DSvczrWTseQUw/dmxE6eCwus/w38=; b=geD5OD4FFrqkHuuKgGiZ3gLwqBRPf+4Ak5njpYV83BwSfHmYNAanqCZJ+46IETHUy2 DQBRWrlx7ymbrdlM8uogO08bI0LdWQegpHYfd6fzOayAUJG2ceIxT0ZWAo7oKyerAQY8 KKF2mxSMzYwfKdLLekKvdg0XDOy2pYOYxsl3zC9IXQ3BPZN5iY3KpbWQKj0Dmx2xSmrX CkUj8z6uGqWkMEkQZLaVd2F+iUE5ZgUWOnFz6n8RzOuwl5xY9ECp/kPOkZxjwm32FNJz wKQioSYdNsx9Zwoc0rD4ylU1CRfrAv08+uwUb5+x9ORF7OfLvX9IQnXoHE1p8Ge/qYYB EaKg== X-Gm-Message-State: AOAM531bOgIvP6s7JN2RfZci/MAnkNXEHAWVRjE+1EONr2b/tegYtrNI SLeQhdf5SW0Mi/se1uddBcXy6rfOfEcp+hEWdSMzf/8+KZTiwbUj0eAQ6cJEeK4jbS09HO3z8cE uP3JQJ6KbK1MNFIVeWWAzAqMRw1PwQqw57xS3GaMlH+acef/yhtVWsH+21wm7+qU= X-Google-Smtp-Source: ABdhPJyfqDosbo0hoF3LkGHVD6nUCmc1NW2AMcjSXuw6CsBNXzuoygIExpNlM/SOu6pG52se6k32T9JRgKxVhg== X-Received: from chooglen.c.googlers.com ([fda3:e722:ac3:cc00:24:72f4:c0a8:26d9]) (user=chooglen job=sendgmr) by 2002:a17:90a:ca86:b0:1bc:11f9:f3cf with SMTP id y6-20020a17090aca8600b001bc11f9f3cfmr2046110pjt.172.1645697331338; Thu, 24 Feb 2022 02:08:51 -0800 (PST) Date: Thu, 24 Feb 2022 18:08:32 +0800 In-Reply-To: <20220215172318.73533-1-chooglen@google.com> Message-Id: <20220224100842.95827-1-chooglen@google.com> Mime-Version: 1.0 References: <20220215172318.73533-1-chooglen@google.com> X-Mailer: git-send-email 2.35.1.473.g83b2b277ed-goog Subject: [PATCH v3 00/10] fetch --recurse-submodules: fetch unpopulated submodules From: Glen Choo <chooglen@google.com> To: git@vger.kernel.org Cc: Glen Choo <chooglen@google.com>, Jonathan Tan <jonathantanmy@google.com>, Junio C Hamano <gitster@pobox.com>, " =?utf-8?b?w4Z2YXIgQXJuZmrDtnLDsCBC?= =?utf-8?b?amFybWFzb24=?= " <avarab@gmail.com> Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
fetch --recurse-submodules: fetch unpopulated submodules
|
expand
|