From patchwork Sat Oct 27 06:23:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Duy Nguyen X-Patchwork-Id: 10658199 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 3ABD413A4 for ; Sat, 27 Oct 2018 06:25:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 280962BF74 for ; Sat, 27 Oct 2018 06:25:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1C64A2BF90; Sat, 27 Oct 2018 06:25:17 +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 C30582BF74 for ; Sat, 27 Oct 2018 06:25:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728518AbeJ0PFC (ORCPT ); Sat, 27 Oct 2018 11:05:02 -0400 Received: from mail-lj1-f196.google.com ([209.85.208.196]:44847 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728243AbeJ0PFC (ORCPT ); Sat, 27 Oct 2018 11:05:02 -0400 Received: by mail-lj1-f196.google.com with SMTP id v6-v6so3085400ljc.11 for ; Fri, 26 Oct 2018 23:25:07 -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=faUd2EKebhR4/6zeqqvyukphGj7aLt9iTUmZn3rDvPQ=; b=JO7mh6NnTHEd0LGHunHQcQpLDqVbGEcTVLgmGyuTP+gRdd8PJLBIxN0yu8/tiJOhxX 2lB5cQPRaJ4qJHyJHejQau1CzZ6fDgectB8hjzTlsyNRkEZiL+EgbQvk/ZKsJgE3QFYz XVBPtEcBf4IeZxXgB22VFpchKjW+0UkFR+Dx5PZOauEqLEkkmySwA8EMyL7vXH22oiHE RN/ekmAlyrwcl2eBbSjUwjdgF4OrLDUJaDGd+LMWrLpjUJrvPCszpefWqRl+lQg9qG7Q UzEhBAR1/7PnHoOy2QUlmGJ6KoTqNoftSdspFUGUOlvIFWsXCoLDDZG17fvv2qI1Wj2e vYqQ== 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=faUd2EKebhR4/6zeqqvyukphGj7aLt9iTUmZn3rDvPQ=; b=cMX/Ekoyi3MU6DZ51HXx11+Lr08ML1Wx1KvzlL3XyywxmxMI6eVku9JOFgXf4nq+EI cxzV7/iClFkwq7jO7uPuyvCpFlI2YyTR/8z4fAxvF3kaygVySEyh+/UXMrIWvsIhvvdt haewpJfMQw/cQsg9iOBknqcAqjhC/Kt71fBTkeblV/Ebi1xDudNY7f9Wt8gArxBd759x dBX0MakD7+rAvi5228clOHqW1CDulJoBUmtNhIEvBADfwD3xr1mBgp8IJqeH5Ip31KDk QB27tWBMuCSGVNears+SNqvSiZWcCN8IqdLIb7XAjdh2v8WnE02V79oIVyxMf28cgvuT sShw== X-Gm-Message-State: AGRZ1gLBcV++YcEMydqJt/dgziCmxKLkqTpxlURhS7yldyR39j9ATN0H ztw0yEhYYz6hM6718C/Pz+gXBCCm X-Google-Smtp-Source: AJdET5eyh5ONm8/frOLCJxGO5pjp1COiXCyDhWlFjOqdEaojza/cJS6XELDYH/tX+rRais06tnrQ8Q== X-Received: by 2002:a2e:980f:: with SMTP id a15-v6mr4642614ljj.6.1540621506473; Fri, 26 Oct 2018 23:25:06 -0700 (PDT) Received: from localhost.localdomain (c80-216-12-205.bredband.comhem.se. [80.216.12.205]) by smtp.gmail.com with ESMTPSA id c81-v6sm2097487lfe.79.2018.10.26.23.25.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Oct 2018 23:25:05 -0700 (PDT) From: =?utf-8?b?Tmd1eeG7hW4gVGjDoWkgTmfhu41jIER1eQ==?= To: git@vger.kernel.org Cc: Junio C Hamano , =?utf-8?b?Tmd1eeG7hW4gVGjDoWkgTmc=?= =?utf-8?b?4buNYyBEdXk=?= Subject: [PATCH 61/78] config.txt: move reset.* to a separate file Date: Sat, 27 Oct 2018 08:23:34 +0200 Message-Id: <20181027062351.30446-62-pclouds@gmail.com> X-Mailer: git-send-email 2.19.1.647.g708186aaf9 In-Reply-To: <20181027062351.30446-1-pclouds@gmail.com> References: <20181027062351.30446-1-pclouds@gmail.com> 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 Signed-off-by: Nguyễn Thái Ngọc Duy --- Documentation/config.txt | 3 +-- Documentation/config/reset.txt | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Documentation/config/reset.txt diff --git a/Documentation/config.txt b/Documentation/config.txt index 71bab1f3b8..a6ce22a6d9 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -401,8 +401,7 @@ include::config/repack.txt[] include::config/rerere.txt[] -reset.quiet:: - When set to true, 'git reset' will default to the '--quiet' option. +include::config/reset.txt[] include::sendemail-config.txt[] diff --git a/Documentation/config/reset.txt b/Documentation/config/reset.txt new file mode 100644 index 0000000000..63b7c45aac --- /dev/null +++ b/Documentation/config/reset.txt @@ -0,0 +1,2 @@ +reset.quiet:: + When set to true, 'git reset' will default to the '--quiet' option.