Message ID | pull.1139.v2.git.1644319314.gitgitgadget@gmail.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 1A75FC433FE for <git@archiver.kernel.org>; Tue, 8 Feb 2022 11:32:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351957AbiBHLcL (ORCPT <rfc822;git@archiver.kernel.org>); Tue, 8 Feb 2022 06:32:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357056AbiBHLV7 (ORCPT <rfc822;git@vger.kernel.org>); Tue, 8 Feb 2022 06:21:59 -0500 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21A33C03FEC0 for <git@vger.kernel.org>; Tue, 8 Feb 2022 03:21:57 -0800 (PST) Received: by mail-wm1-x32d.google.com with SMTP id j5-20020a05600c1c0500b0034d2e956aadso1357733wms.4 for <git@vger.kernel.org>; Tue, 08 Feb 2022 03:21:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=UCpGw2msGkOXbDv7VR55Yik2HOEzcqr7XCIp2JY9dBI=; b=AObEeBhfT4y5Ys1SwWTK6oOD3TQZna1fA+R7F9SMjHFAB17uBAb/muIIpdiGb5WuvX KigcpA61huC5RZfPoipTpwZvY7tfwJ738fGpIXxFC9iiW+UtlrGwXD1/pZYFMOO3p3Ba qyEPrFYXd8FFj50xLVgbzmnh4y3tNStMM7Csl5391gB/drirrHpR/HZwAWmfwI20wLBh HoOBoQsBALuygIjDiZGh9ie8lokdP0NFs5zBW6fpMHgbpCUnCz3tOoGvcYDZeaTIqUr7 N7Vkc7c4APcToEggDHauxtRjlP2R9CzcpDfzokLdY7kNCz0Tk5RWeXw/m5vBkVFLhF7t PLRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=UCpGw2msGkOXbDv7VR55Yik2HOEzcqr7XCIp2JY9dBI=; b=63fGuHHH1A9RVuPEeypM6hqVmtSOTTgyDxMjW/Vs02CJ6z0UPfBieuz8tR7uheLXH1 Ez8nJzF3s8jPsfB1QztOkPl14LJbDAr89/6hM43W0BeKNXcsTc+LI54MEhRe5qxU0Gjj XrrcHCkVAPYK1mJyB7kl/FcIueSS5ht5wdBY58dOyGs1wpM483HSQ4bgfzOA9MnipL8L ojikMvzFIE+du/SzxMlBVkcrT3KZs7MHfEtXNFr/4nNqnpNkd53CznqW0RMZeIYd3mcg vozOmYqVIZOj/1o2Tr/mVg7iD5Sa4n+sIwWvDoucwTDYvq+UCh1XMRSRTYMhoak1igb8 hGtw== X-Gm-Message-State: AOAM532HuchGyxwrzbdxeBp4+98yQxDGVpYeA6AvRdko/NUVyTqQGNM1 FLubJJj7lBxH4aWydKN/0ao6nqCHVBA= X-Google-Smtp-Source: ABdhPJyYzA1XZAkPBWtQNkoFcVluwNhIhNN57IfeBPHi4ikY1/x+UQpB3jzssCRxdftm6dZKc01wqw== X-Received: by 2002:a05:600c:4ed3:: with SMTP id g19mr726680wmq.186.1644319315318; Tue, 08 Feb 2022 03:21:55 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id q13sm12758887wrd.78.2022.02.08.03.21.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Feb 2022 03:21:54 -0800 (PST) Message-Id: <pull.1139.v2.git.1644319314.gitgitgadget@gmail.com> In-Reply-To: <pull.1139.git.1644277797.gitgitgadget@gmail.com> References: <pull.1139.git.1644277797.gitgitgadget@gmail.com> From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com> Date: Tue, 08 Feb 2022 11:21:52 +0000 Subject: [PATCH v2 0/2] checkout/fetch/pull/pack-objects: allow -h outside a repository again Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Johannes Schindelin <johannes.schindelin@gmx.de> Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
checkout/fetch/pull/pack-objects: allow -h outside a repository again
|
expand
|