From patchwork Sun Nov 11 06:23:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Elijah Newren X-Patchwork-Id: 10677515 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 8092346E4 for ; Sun, 11 Nov 2018 06:23:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 70CB72AFA1 for ; Sun, 11 Nov 2018 06:23:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 64E5E2B2DE; Sun, 11 Nov 2018 06:23:38 +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 C427E2AFEF for ; Sun, 11 Nov 2018 06:23:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727398AbeKKQK7 (ORCPT ); Sun, 11 Nov 2018 11:10:59 -0500 Received: from mail-ot1-f66.google.com ([209.85.210.66]:47031 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727307AbeKKQK6 (ORCPT ); Sun, 11 Nov 2018 11:10:58 -0500 Received: by mail-ot1-f66.google.com with SMTP id w25so4533531otm.13 for ; Sat, 10 Nov 2018 22:23:20 -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=Dle/TW6DhgtBpPyGtMvUvHpq4r6OeTZX9pV+XBu/SUc=; b=Z0y3VDo5PJQ+7Wc7+IlHAlHxbpKfBa8QuZS/nruHpGIioxYceoYoyQfXnvtyh0m2/U FacW/I6bZA5b4lGQkXIErkrwI/609JfoSVPNjRfYu7BbBIBb8pedZ60UtmHFljt1gRpQ Ex29LLKFDkZjZL7BYdFFwNeTCI88t9+id95Vx8tcXZHN9a27yFZLy/6L1Rh0xEXdR36X csNgIYaNrffq5rqSM7Tgdp0wgi9MJOpVR5RleTzx0DIGDfBj5EsRPZDi2T77n3IJYNqW Y+/wDRQvS9VhoPMtjzs3MC2rblI62tEu8xtnAF+3kZcKRkrxAhpWqum/MkXM3S8+Jr/O lhkA== 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=Dle/TW6DhgtBpPyGtMvUvHpq4r6OeTZX9pV+XBu/SUc=; b=Q+2ucOJI3lunY64Nhv75MhosQn9wjlvhFRuG8R+5v7F6/ywVfFsyUeZ1BCiOh//MkU PWNI+FUJ2DKD5/wasCCxZKCL2Hnqjkro8PJgM8siY4tYxgjQAh19KF6ffBd3VVnF+/EA 8n2+/HqpdTPB7p0WUV/HKw1ynkmh0C/1b+LdysGT4R4wWmY4U0QXcPWly9lF4oB2e0fR 7jn2NOdFCvdXl/1lokUxofr0irlojS7pavgjuj+lsr1L7E9wu86NSxXjDeq3ChZ5DE2G HZjKidoV2WnIqK7V41YXe97deNUj1hrYUjJvvN9LxuNznZi97Y+27ZwTaBNgqxiQoYDD fGXQ== X-Gm-Message-State: AGRZ1gI1eVLqcuzqPVB8xieq1iMvAvYN/H9fERrfpML3suI4tV0XXxg3 s0xZumI6NQlOOX+16hxenaDkgi8b X-Google-Smtp-Source: AJdET5fHxwvyOo3YXuF2fZ4ODu8AiVzBPdiCndHOlCi0uO55Yb9jbG6cwBGttOhNABsfm5R8L/W1iQ== X-Received: by 2002:a9d:738a:: with SMTP id j10mr9494838otk.188.1541917400060; Sat, 10 Nov 2018 22:23:20 -0800 (PST) Received: from tiger.attlocal.net ([2602:30a:2c28:20f0:7c1a:85e3:2ea9:5d7e]) by smtp.gmail.com with ESMTPSA id f34sm1286855otb.25.2018.11.10.22.23.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 10 Nov 2018 22:23:19 -0800 (PST) From: Elijah Newren To: git@vger.kernel.org Cc: larsxschneider@gmail.com, sandals@crustytoothpaste.net, peff@peff.net, me@ttaylorr.com, jrnieder@gmail.com, Elijah Newren Subject: [PATCH 01/10] git-fast-import.txt: fix documentation for --quiet option Date: Sat, 10 Nov 2018 22:23:03 -0800 Message-Id: <20181111062312.16342-2-newren@gmail.com> X-Mailer: git-send-email 2.19.1.866.g82735bcbde In-Reply-To: <20181111062312.16342-1-newren@gmail.com> References: <20181111062312.16342-1-newren@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: Elijah Newren --- Documentation/git-fast-import.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index e81117d27f..7ab97745a6 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -40,9 +40,10 @@ OPTIONS not contain the old commit). --quiet:: - Disable all non-fatal output, making fast-import silent when it - is successful. This option disables the output shown by - --stats. + Disable the output shown by --stats, making fast-import usually + be silent when it is successful. However, if the import stream + has directives intended to show user output (e.g. `progress` + directives), the corresponding messages will still be shown. --stats:: Display some basic statistics about the objects fast-import has