From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 3EA721F463 for ; Tue, 3 Dec 2019 14:02:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726684AbfLCOC1 (ORCPT ); Tue, 3 Dec 2019 09:02:27 -0500 Received: from mail-wm1-f67.google.com ([209.85.128.67]:55688 "EHLO mail-wm1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726550AbfLCOC0 (ORCPT ); Tue, 3 Dec 2019 09:02:26 -0500 Received: by mail-wm1-f67.google.com with SMTP id q9so1985887wmj.5 for ; Tue, 03 Dec 2019 06:02:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=jFwdsXIw10GWaJMKJTmYGPbaQki7xSpz/S6SI98raT0=; b=oQpHYdFL5NH02eugSJRB/fz5U3roaogSWrke0BmiJWH8L4RALMX4pzgD6m81RlWM94 dlcmd3UMjpqBsJ7kSY5IHQ1QRrkriXQhw0g5Uom0SPZNQ7TQXLj1nsa4R1eR5O6UPzpj xVzxaKkSoynOW4gDiFKk6kBfVdVFcn+cdffoGcOxcw6VXrXO6LuWA5m0OmTgP3GkPRUp k5+dKHqJ6nVbiG1wsyfFl9cc0J0AwJQ1hvkwGQdEGqoUjIh/LsX9BQ/eNLk2jIrjd66N J7I9ece+lodEtjteoE6IDoXI0vGg0ZxRiq4+KwGYE/2+CFVoZzycPf0wcBCCWbrYnpgh /1Gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=jFwdsXIw10GWaJMKJTmYGPbaQki7xSpz/S6SI98raT0=; b=MbFD4Yzog601oFIleHZRorm2zgXWDyW/ZkvLovShyy5hZwYanloapr/TVSy3DB2sYS bWjh2bEt+TECROYqcua/PhG/ff9gu3Runa0Sr/RUOXgl9j4edck6/zOBiQu055fe57Dl 28iT29gI1l42+0imA87oRs2sHm53M8YiFOIODXjiZ5dT632u8XIdyanYcqpbcxOwlZQV c8W2wPVyn5zbP46CRTUJOA/gK+meaypjYxAiEog0PguDncx4+taj0YI+p+LHDH/yxQBc XhaDvqoQqBfPBEpMCREPiNObtfZhMcAE/oU5g+R8rmnrr7vZsT/LMLHo5tiCkNjoxggw UoyA== X-Gm-Message-State: APjAAAW9bLX4KtstEIbkg0nM79QB43ezTcmDAMi/Co3YJm9yRPDMdSEq dpfyPTmZNHvuR/9vS6BXVJJDveaD X-Google-Smtp-Source: APXvYqxm/RoY4nwtjR2Mdr5ii+R0YXgYvugrffW/+IrjmMRxeL1JUd3XayIiFf8IPIWD2vg1sltJzA== X-Received: by 2002:a7b:c051:: with SMTP id u17mr8845360wmc.174.1575381744506; Tue, 03 Dec 2019 06:02:24 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id l3sm3748296wrt.29.2019.12.03.06.02.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Dec 2019 06:02:24 -0800 (PST) Message-Id: <0e1ac7e8a70ae0d508b71bf91a0e0b8f666cbe34.1575381738.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Alexandr Miloslavskiy via GitGitGadget" Date: Tue, 03 Dec 2019 14:02:10 +0000 Subject: [PATCH v4 05/13] doc: commit: synchronize description Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Junio C Hamano , Alexandr Miloslavskiy , Junio C Hamano , Alexandr Miloslavskiy Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Alexandr Miloslavskiy `git add` shows an example of good writing, follow it. This also better disambiguates ... header. Signed-off-by: Alexandr Miloslavskiy --- Documentation/git-commit.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index afa7b75a23..a0c44978ee 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -13,7 +13,7 @@ SYNOPSIS [-F | -m ] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=] [--date=] [--cleanup=] [--[no-]status] - [-i | -o] [-S[]] [--] [...] + [-i | -o] [-S[]] [--] [...] DESCRIPTION ----------- @@ -345,12 +345,13 @@ changes to tracked files. \--:: Do not interpret any more arguments as options. -...:: - When files are given on the command line, the command - commits the contents of the named files, without - recording the changes already staged. The contents of - these files are also staged for the next commit on top - of what have been staged before. +...:: + When pathspec is given on the command line, commit the contents of + the files that match the pathspec without recording the changes + already added to the index. The contents of these files are also + staged for the next commit on top of what have been staged before. ++ +For more details, see the 'pathspec' entry in linkgit:gitglossary[7]. :git-commit: 1 include::date-formats.txt[] -- gitgitgadget