Message ID | pull.1171.v3.git.git.1641221261.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 A9A8DC433EF for <git@archiver.kernel.org>; Mon, 3 Jan 2022 14:47:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232094AbiACOrp (ORCPT <rfc822;git@archiver.kernel.org>); Mon, 3 Jan 2022 09:47:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230129AbiACOro (ORCPT <rfc822;git@vger.kernel.org>); Mon, 3 Jan 2022 09:47:44 -0500 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9B5BC061761 for <git@vger.kernel.org>; Mon, 3 Jan 2022 06:47:43 -0800 (PST) Received: by mail-wr1-x42f.google.com with SMTP id o3so12159920wrh.10 for <git@vger.kernel.org>; Mon, 03 Jan 2022 06:47:43 -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=Ef2RR/la/JXkj8HnOg+2L5lYsIvGvAbs12/h036BiHo=; b=iS3pCEQoWDTpG7MyiiCTW9dj3t/T+JCgocsTv8AbhrHKzogyV4wpoo9ZZgH1v27RAH eFpEfiJP69ydorSELbVQ2RcpHa10QX9LnLuvkC0exVZ7ERGd7zU7Yi1+qGd9yK5emYu2 d4A1Gd0HUBOlQjyDW8mdygFFccyTk7X13hcAGWQCp3TlpIM+A83tYOdjxHRk8vxRMdAh B9SMdPvliX2ixLQns5wAROjQfUvirvAFKKeK3R1nIveAtONss0yxinSusQ/tVTRn2nZ6 Xvi+pyET8vbtU9V/704sqKryVYWNfD4AfDkQNlgwOomKSMmBcfiP6LTLS8jcWvcUK357 ifHQ== 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=Ef2RR/la/JXkj8HnOg+2L5lYsIvGvAbs12/h036BiHo=; b=5iDAaN9EmrHIW0SPPREpgS+uioO12rpWA2HHUy5i53oKaoQ7VfbfyHDYabJYWZ0kHa EglkfkTCDJ48ZfTL/QgykAJlSu1dl4KUHxCNYaLvXxuQz5ubJii/BlqAAXxDThoZXmZc lu4k6zX7OR7dIepIv08RyusVwI1aV0DbB+E9tnN29dp4mAH2tazp8l8gG85u60fdS5RI 3vtH/Glp1WPLCCMd5BXzhxJNuDfZ29LZ5CCguW3MYU8C0Dre0v6o8HvOODe1cjxAScb8 HvHdh+zZWVtLOrL0cm+CusEL7n9BmtWCxxrMzwQjerBF9O9z0em8GjyCjj1/Gi3GzaIC zbLw== X-Gm-Message-State: AOAM531DGyuGDoooeQsZEoxHcx/DGm8kQQhRal7XRGBxtPQFt0Ukve/p ilx5OSxszFjO/Q56+L8NZwlx+jz8jzY= X-Google-Smtp-Source: ABdhPJzwux79/H2+4lAziPG+Ctz3S8eyEUT+Orvvyl3VL8bluwAqGqPrRbjRpdPrJqAsJeywax0olw== X-Received: by 2002:a5d:660e:: with SMTP id n14mr38876684wru.613.1641221262216; Mon, 03 Jan 2022 06:47:42 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id m3sm35232743wrv.95.2022.01.03.06.47.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 06:47:41 -0800 (PST) Message-Id: <pull.1171.v3.git.git.1641221261.gitgitgadget@gmail.com> In-Reply-To: <pull.1171.v2.git.git.1640759021.gitgitgadget@gmail.com> References: <pull.1171.v2.git.git.1640759021.gitgitgadget@gmail.com> From: "John Cai via GitGitGadget" <gitgitgadget@gmail.com> Date: Mon, 03 Jan 2022 14:47:39 +0000 Subject: [PATCH v3 0/2] name-rev: deprecate --stdin in favor of --annotate-stdin 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>, John Cai <johncai86@gmail.com> Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
name-rev: deprecate --stdin in favor of --annotate-stdin
|
expand
|