From patchwork Tue Dec 4 05:43:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_=C3=85gren?= X-Patchwork-Id: 10711143 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8DAA813AF for ; Tue, 4 Dec 2018 05:43:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7EBA128B57 for ; Tue, 4 Dec 2018 05:43:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7350728C12; Tue, 4 Dec 2018 05:43:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1CF5E28B57 for ; Tue, 4 Dec 2018 05:43:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726082AbeLDFnr (ORCPT ); Tue, 4 Dec 2018 00:43:47 -0500 Received: from mail-lj1-f193.google.com ([209.85.208.193]:34314 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725980AbeLDFnq (ORCPT ); Tue, 4 Dec 2018 00:43:46 -0500 Received: by mail-lj1-f193.google.com with SMTP id u6-v6so13705918ljd.1 for ; Mon, 03 Dec 2018 21:43:44 -0800 (PST) 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=oIIeupaFfjSGAhcc7kI0fQUYHgpU04XbafnmX5VdyoA=; b=dhpSzpQh8EDYF/jN+dZnGu+uZPYtgA2kTgfpriUKZo+X506d71qw2eFDm3o7I+hgmA T4uw6Rk3yBKPkK30oSAUrbFBnAikazOMxVIIUtHsm6VQ/4UuY7aGRtCMnDPyjEvSdw7H nS2o+yWnlvidLIHvor57fy07cVQisoGHllfUE+oEFGr4UcAmHvcYPq+5azQ33aq9JuIs tIAY137Nn/NYtBFQII1pmSfQZF0uyIhVC0aqLN85Q0PBG/PbutVVXYYiVcomK+f0/sDA BEy1ENkf2seMOtq4XjYntYCUlZA4FUuo3lzAEmLEX9lw58BxO4hx0hzR32UeAZGW43ls fb8Q== 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=oIIeupaFfjSGAhcc7kI0fQUYHgpU04XbafnmX5VdyoA=; b=lc2NOndD3BQgozC5Fiuq0sX2v4THFuHvX6IRhNIT4UviGaTzX7a+Bwu0ScY5dl+hnA cZqFI9q8nV2PjGHhgSS/JDou3o3eB6VdjTLl43z575UExwoAaNMfuCvMivlVfKeq9FL2 EsEonB6XobgcyYMWEQliUHZo5EUaKrz0fixHkPJvLpI5sbVC/uVszHW+7LinnEyKceU1 sZ2IeBo9TOSZt98G9rxFgtH9TdX9shpmlrYWuNHbiLSkXkn91eto/5qBspIkvY4n8uV+ u24TtLG1WUWVz1xhyuLW/fMT+x6cPAbmKheyqqIcAwvGeCMS/VdT6g3hXlVGV38zpqIp RuIg== X-Gm-Message-State: AA+aEWYmd8Td9d4sljmXNHc7eRDlgxzDg4VWnG4ShDgViUE9zbaLrsLa zKdQmpFDj6GlNDqrHWVGR5WiUpV5 X-Google-Smtp-Source: AFSGD/Xtw6l1aqqH6ekxy312GfXE0u6JrWeEVHP2z+h/kKw1HxKtz4Z542BZFnpvPYKBFr0l3th8FA== X-Received: by 2002:a2e:9783:: with SMTP id y3-v6mr11610658lji.167.1543902223660; Mon, 03 Dec 2018 21:43:43 -0800 (PST) Received: from localhost.localdomain (31-211-229-121.customers.ownit.se. [31.211.229.121]) by smtp.gmail.com with ESMTPSA id m77sm2779217lfg.3.2018.12.03.21.43.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Dec 2018 21:43:42 -0800 (PST) From: =?utf-8?q?Martin_=C3=85gren?= To: Junio C Hamano Cc: git@vger.kernel.org Subject: [PATCH v2 3/3] RelNotes 2.20: drop spurious double quote Date: Tue, 4 Dec 2018 06:43:19 +0100 Message-Id: X-Mailer: git-send-email 2.20.0.rc2.1.gc81af441bb In-Reply-To: References: MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We have three double-quote characters, which is one too many or too few. Dropping the last one seems to match the original intention best. Signed-off-by: Martin Ă…gren --- Documentation/RelNotes/2.20.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt index 1a5bbd2e91..659474f7c3 100644 --- a/Documentation/RelNotes/2.20.0.txt +++ b/Documentation/RelNotes/2.20.0.txt @@ -578,7 +578,7 @@ Fixes since v2.19 * "git rev-parse --exclude=* --branches --branches" (i.e. first saying "add only things that do not match '*' out of all branches" - and then adding all branches, without any exclusion this time") + and then adding all branches, without any exclusion this time) worked as expected, but "--exclude=* --all --all" did not work the same way, which has been fixed. (merge 5221048092 ag/rev-parse-all-exclude-fix later to maint).