Message ID | cover.1602047333.git.liu.denton@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=6EDX=DO=vger.kernel.org=git-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A0671580 for <patchwork-git@patchwork.kernel.org>; Wed, 7 Oct 2020 05:09:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18AA7208C7 for <patchwork-git@patchwork.kernel.org>; Wed, 7 Oct 2020 05:09:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="HZqvE/ju" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726371AbgJGFJ1 (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Wed, 7 Oct 2020 01:09:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725970AbgJGFJ1 (ORCPT <rfc822;git@vger.kernel.org>); Wed, 7 Oct 2020 01:09:27 -0400 Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 96D47C061755 for <git@vger.kernel.org>; Tue, 6 Oct 2020 22:09:25 -0700 (PDT) Received: by mail-pl1-x641.google.com with SMTP id m15so398596pls.8 for <git@vger.kernel.org>; Tue, 06 Oct 2020 22:09:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=94F8+vysXCWiw4s+2PHlMdgj81z3ax+HxYeMp5Xkrks=; b=HZqvE/ju91d3gSVbnpxzOEIuAeKeXUmQq7PI8wyvR5ghcheeex5IzC+kL1pxX9HD41 dQI0BCrFiSOjit7iSJw2/NQ1n3mmMeUA9BKGkxM7aGUgJbwUtsyRIN1sQGu6CLP9Ok+C y5MOcjiLGRk/aqHR56l6DFLBBEin/zI6AfjAw4LnPg/oj2lDGNumTSf84J2Hd339WrKO 3aUh+Ii45YGgNjoJJdaqEKc617Eus3nyWiSBKlDapa5+nEPOfxfIqETxQf/s9P0Rpv/p 32x4xf3YYBddodun+fR/gQrs1zCrM0RfgHDCx9+mnW/ccp77ACuu02GQHVbFgaZMpPuu y+iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=94F8+vysXCWiw4s+2PHlMdgj81z3ax+HxYeMp5Xkrks=; b=jeaBkpECndgr2RvOEe3rG2gCfasQ7uE2ozaV+dKazPqnfCXgDZdpP6HH6j3wm6eEYH i8C/aI9GReVs/xogWXVqrzTDFUJBnQn4GN8GoPurre2sgziX0Rbu1I3fZU4Awprn35XH sYYa+nRqt1bgi+GKehE/bo0Dt/pk4Fsz/zpmQMdV/CSjQ0Hudw0PuupgMm9HAbBVpTg7 9/6oTW6rT6aBfHRMakJ73dwQC1LOT+4WYZ4zxg9Urp6A+bdRMENfY2+ysnHnT3C1yE2X fcwpuHYFO0KX56X4LiJABePWEmW0b1TzXw+TPZ4bNwxjkKqX/BmZwqWd0ZiWSddGUAKk Ly8Q== X-Gm-Message-State: AOAM530lj6aSwUJUq/OHkidcFI8nz/IxXqXXJS1TQTOu7ovq7OPgy/OR UWDyMjbfbJqeJoejvlZ2i3sB7ofrVNU= X-Google-Smtp-Source: ABdhPJweExP6qerPbhQKZDHgMGp59usDk0wtWQvZ9DypdzNSL65zFkJtGzoalRdz03bIXNBnRhGeOQ== X-Received: by 2002:a17:90a:39c5:: with SMTP id k5mr1393354pjf.34.1602047364667; Tue, 06 Oct 2020 22:09:24 -0700 (PDT) Received: from archbookpro.hsd1.ca.comcast.net (c-67-188-114-10.hsd1.ca.comcast.net. [67.188.114.10]) by smtp.gmail.com with ESMTPSA id x23sm1053621pfc.47.2020.10.06.22.09.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Oct 2020 22:09:23 -0700 (PDT) From: Denton Liu <liu.denton@gmail.com> To: Git Mailing List <git@vger.kernel.org> Cc: Junio C Hamano <gitster@pobox.com> Subject: [PATCH v2 0/2] checkout: learn the checkout.guess config variable Date: Tue, 6 Oct 2020 22:09:07 -0700 Message-Id: <cover.1602047333.git.liu.denton@gmail.com> X-Mailer: git-send-email 2.28.0.942.g77c4c6094c In-Reply-To: <cover.1601810233.git.liu.denton@gmail.com> References: <cover.1601810233.git.liu.denton@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
checkout: learn the checkout.guess config variable
|
expand
|