From patchwork Tue Dec 4 05:43:17 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: 10711139 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 EC83017D5 for ; Tue, 4 Dec 2018 05:43:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DEAAF28B57 for ; Tue, 4 Dec 2018 05:43:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D016728C3B; Tue, 4 Dec 2018 05:43:42 +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 7CE6728BD0 for ; Tue, 4 Dec 2018 05:43:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726074AbeLDFnl (ORCPT ); Tue, 4 Dec 2018 00:43:41 -0500 Received: from mail-lj1-f195.google.com ([209.85.208.195]:36230 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725980AbeLDFnl (ORCPT ); Tue, 4 Dec 2018 00:43:41 -0500 Received: by mail-lj1-f195.google.com with SMTP id g11-v6so13704141ljk.3 for ; Mon, 03 Dec 2018 21:43:40 -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=NChe3RuKGarSbs/ptRQHbQG647PlgGrbzCq+DwYaYbU=; b=sK7QiiBCU7vRmG2sZAbHXQ+9sR6KOYIy43f1vF4PPBnusGaUi8IDD3DHaMNMTJJ7SW 8GNRc8Li4YWC4CO2xA4JtHipH3czb7zYSG14SgkDgBdJkiV7T8L0VKOiZ248ilPtSN9l StG4Yv5VaWl5INiFFSwSkJvmIz23dWgbVkK5fIwHYO3YusRulkHz9DrXkVwPdlJtrTjQ 7Spi7mDk7HmKJqb+vNkBSourFGC/eesH1eJ7uQp+BvoPdph2ByGtLkDycF4XzzjEMrZl Qb1IAd7i7w5yN/BJ9jB3Fs/W7yNLQonnVAX1xUxOcZYDdYj9OuEJ3cp0VI3JGZVVdfpX BUlg== 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=NChe3RuKGarSbs/ptRQHbQG647PlgGrbzCq+DwYaYbU=; b=ml8p6iAIO0913wU7GRwjIWarQ+iGsHaZgNm/C6h0gC8d3xBo6/fi4iMyRfaXrltXZN b8j1FATkM8kIzfbsDXFRnSy6qjUnF5DDV5IadsMX9PPeamvg91rMgwbhXeyadeWzjkdy vYtfrlZvAysHQOkccYkmQlRZnsTiX95hP/57q0B9xnAFy9yaXfcELAd5lT2BAVHLylNW 3xdaym2magqrXhYLxUspZIMSrJtJ3SGUudifkMtoDBHjXTf5YuNqNMZpmNIl0K3Dh5TP +sBEjATrZm85mGxmmQzRVJlDhXpQLj7q9XVBCAZl8AFtiHHU56dg7hqAdGDO5rdRrxfP Ej0Q== X-Gm-Message-State: AA+aEWanM6ZH3Z0m3jxPbvFfLmvIhrTXSvMcT6REI6TJaRb9Ed5Vlr/3 nkTD2kCGJHLjMhvILsE0FF24ZcW3 X-Google-Smtp-Source: AFSGD/VDST8nZjSvo1MVQYhsckirtYSI1tIT96ipCh8fLzOQxwKxmFlRdvAAKPDXrtdittMWwiIwpA== X-Received: by 2002:a2e:9059:: with SMTP id n25-v6mr11844024ljg.155.1543902219295; Mon, 03 Dec 2018 21:43:39 -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.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Dec 2018 21:43:38 -0800 (PST) From: =?utf-8?q?Martin_=C3=85gren?= To: Junio C Hamano Cc: git@vger.kernel.org Subject: [PATCH v2 1/3] RelNotes 2.20: move some items between sections Date: Tue, 4 Dec 2018 06:43:17 +0100 Message-Id: <961bfc2ad69e6a27ad68c6a4f0e92232f13c33f8.1543901498.git.martin.agren@gmail.com> 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 Some items that should be in "Performance, Internal Implementation, Development Support etc." have ended up in "UI, Workflows & Features". Move them, and do s/uses/use/ while at it. Signed-off-by: Martin Ågren --- Documentation/RelNotes/2.20.0.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/RelNotes/2.20.0.txt b/Documentation/RelNotes/2.20.0.txt index b1deaf37da..f4e79c4cfb 100644 --- a/Documentation/RelNotes/2.20.0.txt +++ b/Documentation/RelNotes/2.20.0.txt @@ -137,11 +137,6 @@ UI, Workflows & Features command line, or setting sendemail.suppresscc configuration variable to "misc-by", can be used to disable this behaviour. - * Developer builds now uses -Wunused-function compilation option. - - * One of our CI tests to run with "unusual/experimental/random" - settings now also uses commit-graph and midx. - * "git mergetool" learned to take the "--[no-]gui" option, just like "git difftool" does. @@ -185,6 +180,11 @@ UI, Workflows & Features Performance, Internal Implementation, Development Support etc. + * Developer builds now use -Wunused-function compilation option. + + * One of our CI tests to run with "unusual/experimental/random" + settings now also uses commit-graph and midx. + * When there are too many packfiles in a repository (which is not recommended), looking up an object in these would require consulting many pack .idx files; a new mechanism to have a single From patchwork Tue Dec 4 05:43:18 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: 10711141 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 8195D17D5 for ; Tue, 4 Dec 2018 05:43:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 748B828B57 for ; Tue, 4 Dec 2018 05:43:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 68F7928C12; Tue, 4 Dec 2018 05:43:45 +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 2082228B57 for ; Tue, 4 Dec 2018 05:43:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726078AbeLDFno (ORCPT ); Tue, 4 Dec 2018 00:43:44 -0500 Received: from mail-lj1-f196.google.com ([209.85.208.196]:44500 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725980AbeLDFnn (ORCPT ); Tue, 4 Dec 2018 00:43:43 -0500 Received: by mail-lj1-f196.google.com with SMTP id k19-v6so13672846lji.11 for ; Mon, 03 Dec 2018 21:43:42 -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=/3ekb/qM9GNhQ5lCDym2I3bilt0X9rpaEbC/JctZsb4=; b=pA12DskwBKTVWRik0iS25wy0uJEbLigAh8hemAvO563/4lChx/3uqwnXJJRBooRjwM Mro5aDwfGnYjzjfnz54RK1XkCgEFUllYV/M/AMhoMYo4EItxom/vgyi1q/DY/qPm8kAP UOWIAHeeaZUX19rkhh11Hqs1RmNwKlySSDajHTyHWP3bR6cnxRIaN3jw03jz1bnk1qnn vSMo2N645t7dnL57ovmtb7S952IRuXSAR72pacRpn9u+CZbvXem87OjlnX5egmIU/U8E TG0xcdw+Z5uMoEtw3/csGc7eggVIoI/HPcf2uKmfbV4Bifx4/pj016fVEe8ScvIA3qtf FEog== 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=/3ekb/qM9GNhQ5lCDym2I3bilt0X9rpaEbC/JctZsb4=; b=CA/7sk0Ox/c3C4/DkvFefX5QxjWAH9IDBK2uUlmqqy1gelIhNeyTw9LkpntEpcsJNs 3R49ZcO/3YrMleMbJEhTWfuwMhS9z4RnX5cxdTDQ6G4GH4ym+iNOtxhinbzc0Mhny6kv vjU6LRgqzvj31bgt3LM2PPGzdsmd2gkxvtBZfUocHugkUaRUj8mO3yvc4nbvde3GEDSF V1U2av/OA94Z1GYln0X0FIY5ozbJYauiKwBYZjb9XaFlc7/vbs/HEusi5iW8ueb6XVag C0ptmK/BVJl2lYu8ENqzjhILyAKvLOX0Ao4QrUYFNLmqn996yt35Um8iFl6k0MUFVKiS 4dLg== X-Gm-Message-State: AA+aEWYC1ESqKtf1Ld9SdD4JXq38Yxjtem3khzu5TvxZlTb1hRTSeCmv 7rER4ndp8ybI1lHwY6U5kOML+v0N X-Google-Smtp-Source: AFSGD/WoqXDb0xPXMUt1ExzuS4LkF+j2e+LVm5EwXZSQKHgd//xAC6Jc5mzGXcafmoxg3LkkBKZJzw== X-Received: by 2002:a2e:55d3:: with SMTP id g80-v6mr13040984lje.78.1543902221409; Mon, 03 Dec 2018 21:43:41 -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.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Dec 2018 21:43:40 -0800 (PST) From: =?utf-8?q?Martin_=C3=85gren?= To: Junio C Hamano Cc: git@vger.kernel.org Subject: [PATCH v2 2/3] RelNotes 2.20: clarify sentence Date: Tue, 4 Dec 2018 06:43:18 +0100 Message-Id: <3027a34938bef003e61c1c02f8bedf9f1f917888.1543901498.git.martin.agren@gmail.com> 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 I had to read this sentence a few times to understand it. Let's try to clarify it. 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 f4e79c4cfb..1a5bbd2e91 100644 --- a/Documentation/RelNotes/2.20.0.txt +++ b/Documentation/RelNotes/2.20.0.txt @@ -305,7 +305,7 @@ Performance, Internal Implementation, Development Support etc. * The overly large Documentation/config.txt file have been split into million little pieces. This potentially allows each individual piece - included into the manual page of the command it affects more easily. + to be included into the manual page of the command it affects more easily. * Replace three string-list instances used as look-up tables in "git fetch" with hashmaps. 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).