From patchwork Wed Sep 19 16:30:32 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: 10606077 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 5C82D5A4 for ; Wed, 19 Sep 2018 16:30:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 435E82C2AD for ; Wed, 19 Sep 2018 16:30:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 364A02C46E; Wed, 19 Sep 2018 16:30:52 +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 D427B2C2AD for ; Wed, 19 Sep 2018 16:30:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732664AbeISWJa (ORCPT ); Wed, 19 Sep 2018 18:09:30 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:33054 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732659AbeISWJa (ORCPT ); Wed, 19 Sep 2018 18:09:30 -0400 Received: by mail-lf1-f67.google.com with SMTP id m26-v6so5722006lfb.0 for ; Wed, 19 Sep 2018 09:30:49 -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=AUrE/mMMyuFxYmZFu42KeQqVpzwkfCag2MqlTiQzdnw=; b=rLvdIK27gCRY7EI4SSomAuy99XzyX/Tsf3z3JYGTMm66r2aMgc6TLUONjsruURjR1m dY2BiZN7gG47OlMcANTW3V8/h63LZsw2sPM2VRzE7L9Roz/rEWgYTPbRL+Up0VedQz4w qNrSbtqPTsLTpDOxJOM8y7ry1vN0rsRQqY5MheUVjjkSaZQys2cxM2TyEkAFlrkp8bLW 0oGNyX5OP4GCLbt3Y7bmf/lt1QwhJHDCadw3ZO0iNavx2WHuFe4GBAwzrlm7vpZijV1N dNs2AuI5QSB58kQI5+RySITaXTMYl2SadRbY5YvqtC/oJsx225qnpQ0vjLPxVnqKE6YS Q6sg== 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=AUrE/mMMyuFxYmZFu42KeQqVpzwkfCag2MqlTiQzdnw=; b=img9lqV65iP+HOukQ/wcJtFE3xu8oOGl+mXhwEfLfchwMgw4ZeN/fQWFuGVSKehhUI DvEXB4uAxGhWOxW6+ehkDdGRZRjGiWHoxE6IXbdBYfx8aMokntz+BjHpd/oJIZtPOFP5 bQRNu/D+1JxkmIn+vIRCt6G/FWI290IKTE1jNtZwKvqWs9zlJOT+FsoZZZv1uSQcT6fL vZDQ4RBnMk8wAqXwJC41HVghhrhd2D10U5jHVqGL7P3Q9X1oVWV4AjSXZ486Z08J/gqZ rldbm8RQmqQx/MrASyeIJaOgiGgrTeuxdoZxbOGtdus6Bdpq+sRmH4Ajt7BQxlUAzWkw p45g== X-Gm-Message-State: APzg51AZCe2se0uvZeG+LwzmlyWHNmQs8C5uZ060CQoaZATI/V4cVI79 3Jj0B0hADvOSkZRYtB12X9cqllhJ X-Google-Smtp-Source: ANB0VdajouM4yNAZAU+PpKuAvvxRcoH791VkwcoBkQK5hQi6qNdez5V0tWf/mruSr7nrNsnpmG2rNA== X-Received: by 2002:a19:dd8a:: with SMTP id w10-v6mr9849397lfi.97.1537374647727; Wed, 19 Sep 2018 09:30:47 -0700 (PDT) Received: from localhost.localdomain (31-211-229-121.customers.ownit.se. [31.211.229.121]) by smtp.gmail.com with ESMTPSA id x8-v6sm3903594lji.53.2018.09.19.09.30.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Sep 2018 09:30:46 -0700 (PDT) From: =?utf-8?q?Martin_=C3=85gren?= To: git@vger.kernel.org Cc: Derrick Stolee Subject: [PATCH 1/4] git-commit-graph.txt: fix bullet lists Date: Wed, 19 Sep 2018 18:30:32 +0200 Message-Id: <222721870b74742fd2fd20816a8e351b28e788cc.1537374062.git.martin.agren@gmail.com> X-Mailer: git-send-email 2.19.0.216.g2d3b1c576c 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 a couple of bullet items which span multiple lines, and where we have prefixed each line with a `*`. (This might be the result of a text editor trying to help.) This results in each line being typeset as a separate bullet item. Drop the extra `*`. Signed-off-by: Martin Ågren --- Documentation/git-commit-graph.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt index dececb79d7..f42f2a1481 100644 --- a/Documentation/git-commit-graph.txt +++ b/Documentation/git-commit-graph.txt @@ -73,7 +73,7 @@ $ git commit-graph write ------------------------------------------------ * Write a graph file, extending the current graph file using commits -* in . + in . + ------------------------------------------------ $ echo | git commit-graph write --stdin-packs @@ -86,7 +86,7 @@ $ git show-ref -s | git commit-graph write --stdin-commits ------------------------------------------------ * Write a graph file containing all commits in the current -* commit-graph file along with those reachable from HEAD. + commit-graph file along with those reachable from HEAD. + ------------------------------------------------ $ git rev-parse HEAD | git commit-graph write --stdin-commits --append From patchwork Wed Sep 19 16:30:33 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: 10606079 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 740AC1508 for ; Wed, 19 Sep 2018 16:30:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5656A2C2A7 for ; Wed, 19 Sep 2018 16:30:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4A0EC2C2D1; Wed, 19 Sep 2018 16:30:54 +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 E5DA92C2A7 for ; Wed, 19 Sep 2018 16:30:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732665AbeISWJc (ORCPT ); Wed, 19 Sep 2018 18:09:32 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:42426 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732659AbeISWJc (ORCPT ); Wed, 19 Sep 2018 18:09:32 -0400 Received: by mail-lf1-f67.google.com with SMTP id d7-v6so1944962lfj.9 for ; Wed, 19 Sep 2018 09:30:51 -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=PM8NodNoCMgmmCjvNiZ+IdLKLyYyayNmC1YFlDwuJlM=; b=AvGDArE7WDV9lenDzsHI+DWGm+OE6lHgHvbg1NZwMjMsJxV6mJy28Y7cq5AynrHeRW VVHYQ7/KwyJBadadvO4XAP4OE6yWuPgLZd7d8a/fj06RLEDe/Zl0vdFXpHSCHlBWAplC iIP5UndHgZjinRwuXZQ7B9DO6QLvmWToToT7h35oyl3LOR8k0UOECVIncnq1jPnrN18b Sn28mPZyhn2MeM3vbx7AdX9nAAknuSN2EUOGNJwvO3ruQCUpgVftnknRLpQaKT83TG0c Wz33Hb4Qw/ArFc8P+UU9L6N/qx17ju9E/X8D0Lwfefhc1//UzrEe7Yhm40WI1P8eQcr4 gvNQ== 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=PM8NodNoCMgmmCjvNiZ+IdLKLyYyayNmC1YFlDwuJlM=; b=N6oyniLUCYMh4Gs8p5gQPntl0TwhHA6W0R0nO35dmJgzdE894+UyaLUcvjLw6YBpNr HXVTXGizufoRjvTtxaM3cf5oOaCOOJWTgFLC23WKgSDlsCyUBnkXzPjFZSOZ1lE/PheN lo3xVM1Rt5Sy/s2L7ulSNagBA07ba5jrucrSN0RhOR1xKfs5XVI8/MHQwsdm7Uchj5n5 XIazgd6tOiMmGTSFGU6dPVf1JKp06tNs9VEdRNFK3pKb1W/H22BmzPdVDyFb3RIhB/WS 1xmqZRAqqxRlMyfeSfoDT9JBy2GObMkI6ORXSbcAHSurZRiEGxNgQQUflqYQSQz7eXcm 5xsA== X-Gm-Message-State: APzg51DX4s676IrfbF9JQmpD2nKCUA4mxgu1FjOOkJS+B6Lz8yKB/EJV hHveVazq9d9xmRLlY41z+ofQQjXm X-Google-Smtp-Source: ANB0VdZp7ehU63iq3IuO1pbNUbK0/bedkPFbFMtXpuDwVXxmE915v9gV90tErtePLFa2KnABCeVrXQ== X-Received: by 2002:a19:3b0f:: with SMTP id i15-v6mr6239111lfa.56.1537374649933; Wed, 19 Sep 2018 09:30:49 -0700 (PDT) Received: from localhost.localdomain (31-211-229-121.customers.ownit.se. [31.211.229.121]) by smtp.gmail.com with ESMTPSA id x8-v6sm3903594lji.53.2018.09.19.09.30.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Sep 2018 09:30:49 -0700 (PDT) From: =?utf-8?q?Martin_=C3=85gren?= To: git@vger.kernel.org Cc: Derrick Stolee Subject: [PATCH 2/4] git-commit-graph.txt: typeset more in monospace Date: Wed, 19 Sep 2018 18:30:33 +0200 Message-Id: X-Mailer: git-send-email 2.19.0.216.g2d3b1c576c 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 While we're here, fix an instance of "folder" to be "directory". Signed-off-by: Martin Ågren --- Documentation/git-commit-graph.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt index f42f2a1481..6ac610f016 100644 --- a/Documentation/git-commit-graph.txt +++ b/Documentation/git-commit-graph.txt @@ -25,9 +25,9 @@ OPTIONS --object-dir:: Use given directory for the location of packfiles and commit graph file. This parameter exists to specify the location of an alternate - that only has the objects directory, not a full .git directory. The - commit graph file is expected to be at /info/commit-graph and - the packfiles are expected to be in /pack. + that only has the objects directory, not a full `.git` directory. The + commit graph file is expected to be at `/info/commit-graph` and + the packfiles are expected to be in `/pack`. COMMANDS @@ -66,14 +66,15 @@ database. Used to check for corrupted data. EXAMPLES -------- -* Write a commit graph file for the packed commits in your local .git folder. +* Write a commit graph file for the packed commits in your local `.git` + directory. + ------------------------------------------------ $ git commit-graph write ------------------------------------------------ * Write a graph file, extending the current graph file using commits - in . + in ``. + ------------------------------------------------ $ echo | git commit-graph write --stdin-packs @@ -86,7 +87,7 @@ $ git show-ref -s | git commit-graph write --stdin-commits ------------------------------------------------ * Write a graph file containing all commits in the current - commit-graph file along with those reachable from HEAD. + commit-graph file along with those reachable from `HEAD`. + ------------------------------------------------ $ git rev-parse HEAD | git commit-graph write --stdin-commits --append From patchwork Wed Sep 19 16:30:34 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: 10606083 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 286D75A4 for ; Wed, 19 Sep 2018 16:30:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0EAD72C2A7 for ; Wed, 19 Sep 2018 16:30:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 02C7F2C2D1; Wed, 19 Sep 2018 16:30:55 +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 9EAB02C2A7 for ; Wed, 19 Sep 2018 16:30:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732674AbeISWJe (ORCPT ); Wed, 19 Sep 2018 18:09:34 -0400 Received: from mail-lj1-f194.google.com ([209.85.208.194]:44141 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732659AbeISWJd (ORCPT ); Wed, 19 Sep 2018 18:09:33 -0400 Received: by mail-lj1-f194.google.com with SMTP id q127-v6so5621989ljq.11 for ; Wed, 19 Sep 2018 09:30:53 -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=JMSZh0xXztCWUGVaGy8PdDFVMdqmaIFMYEP0+hp5XvY=; b=Eq43gexUO6yEsIQgOErxJ48CW/eP7Ys6lqK02fgspkcC/3cVx6f8qRchkJ5R0O/pKQ deLWx0KuVvLupSxsmvDf6iLLhhkfdAFIOTcTWIdMsPpYni36ayrz4K3iGmhd9fQTkH05 LvIR6Y2ZClqx2CvfGFUKRENM9zz03BWqVKCwHgXZGdabHp1q6sEN+MM63U2lITSpr9ES fLjmYaF/Wr+QPGXmKr8tnp6PcLMlr10H0ZJdUMvC2rGyPcP8RhxHq3QUMlWvYJOeQ/Nq RRZb2rZueKox79wrVBxjqG0ctCZ3OS0H8Iu6OxxYAkgvGFr8eS0zW75A15gTVrIhwGYs TdNg== 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=JMSZh0xXztCWUGVaGy8PdDFVMdqmaIFMYEP0+hp5XvY=; b=YZFdtWER7//CQ8pI48y1VzBv1uhvzN/6RrAt+LTxZ68qiHRWXmMcEUNQ7wweocwqfY XFQBWpV6vyLtLEOXeviyNNJ5mP58HOcIM/9+w99IkdV/bHVokWaj996MTBIfXKBJ9oF8 dWOfnnaZb7sU10qgAzk0fgCAvPTR/1GrKzGEybVM+cf21bibnWkTfta9DAUdmpAjEuMK EfFVQ8Uw40S1j90ARQ464cCcfrWic/O0lfpCLrO4e5wEyMyAeh6njDqPscCsQuaaKdBe ycEzEHvR3Mx8631G/CAyDHPsqTkxfXzlgCzWPdjN9JyRdrynizC6V0p5i1oKqb6jzyTy mMEA== X-Gm-Message-State: APzg51DQb4BEKCJwy26p3R84C5M3bxGSUzibNVhG18rn3S/T6T0+3Ybi bSs8xQFDtII9SMKveqFi+LK0b+vk X-Google-Smtp-Source: ANB0VdYlG7iJLUZble5jZ0HxemTnUcBdBI6FPXncZY38FOH8dWOwZZYu7aQdEcH7WTi9cUiv4/xFcA== X-Received: by 2002:a2e:29da:: with SMTP id p87-v6mr21463460ljp.12.1537374651914; Wed, 19 Sep 2018 09:30:51 -0700 (PDT) Received: from localhost.localdomain (31-211-229-121.customers.ownit.se. [31.211.229.121]) by smtp.gmail.com with ESMTPSA id x8-v6sm3903594lji.53.2018.09.19.09.30.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Sep 2018 09:30:50 -0700 (PDT) From: =?utf-8?q?Martin_=C3=85gren?= To: git@vger.kernel.org Cc: Derrick Stolee Subject: [PATCH 3/4] git-commit-graph.txt: refer to "*commit* graph file" Date: Wed, 19 Sep 2018 18:30:34 +0200 Message-Id: <65f42c947aa2b392075740673a5dc889fd6e64e6.1537374062.git.martin.agren@gmail.com> X-Mailer: git-send-email 2.19.0.216.g2d3b1c576c 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 This document sometimes refers to the "commit graph file" as just "the graph file". This saves a couple of words here and there at the risk of confusion. In particular, the documentation for `git commit-graph read` appears to suggest that there are indeed different types of graph files. Let's just write out the full name everywhere. The full name, by the way, is not the "commit-graph file" with a dash, cf. the synopsis. Use the dashless form. (The next commit will fix the remaining few instances of the "commit-graph file" in this document.) Signed-off-by: Martin Ågren --- Documentation/git-commit-graph.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt index 6ac610f016..55f63d47d9 100644 --- a/Documentation/git-commit-graph.txt +++ b/Documentation/git-commit-graph.txt @@ -54,8 +54,8 @@ existing commit-graph file. 'read':: -Read a graph file given by the commit-graph file and output basic -details about the graph file. Used for debugging purposes. +Read the commit graph file and output basic details about it. +Used for debugging purposes. 'verify':: @@ -73,21 +73,21 @@ EXAMPLES $ git commit-graph write ------------------------------------------------ -* Write a graph file, extending the current graph file using commits - in ``. +* Write a commit graph file, extending the current commit graph file + using commits in ``. + ------------------------------------------------ $ echo | git commit-graph write --stdin-packs ------------------------------------------------ -* Write a graph file containing all reachable commits. +* Write a commit graph file containing all reachable commits. + ------------------------------------------------ $ git show-ref -s | git commit-graph write --stdin-commits ------------------------------------------------ -* Write a graph file containing all commits in the current - commit-graph file along with those reachable from `HEAD`. +* Write a commit graph file containing all commits in the current + commit graph file along with those reachable from `HEAD`. + ------------------------------------------------ $ git rev-parse HEAD | git commit-graph write --stdin-commits --append From patchwork Wed Sep 19 16:30:35 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: 10606085 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 EAC601508 for ; Wed, 19 Sep 2018 16:30:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D2F682C2A7 for ; Wed, 19 Sep 2018 16:30:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C6BA22C46E; Wed, 19 Sep 2018 16:30:59 +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 767D92C2A7 for ; Wed, 19 Sep 2018 16:30:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732681AbeISWJh (ORCPT ); Wed, 19 Sep 2018 18:09:37 -0400 Received: from mail-lj1-f196.google.com ([209.85.208.196]:46616 "EHLO mail-lj1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732659AbeISWJh (ORCPT ); Wed, 19 Sep 2018 18:09:37 -0400 Received: by mail-lj1-f196.google.com with SMTP id 203-v6so5625699ljj.13 for ; Wed, 19 Sep 2018 09:30:56 -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=V4K3K0g48BsJ4ew7Olxosx+FwmQQJqKLdtcHiw20Heo=; b=lehz7dUkfQioIDdSK0/BFZpgCXGYv9ffmsqaQ6jMrSqvIF5wpyVFAgYJYHXcExDecY R4yBv3sIGkmyhYnanBJ4iKOC2Af4UdFi1PKkDXyqSc5rSL2b7zqtwTroz0VMz8iOp8IA QrI8clwg4T0B37E/MMSdJ7R8J+SadeGMfMERxBe38tmBgzyPUUqZD5hWGoDb3DEyyRLb CKA+PTEW6hnRxxBv0up2Uw8WFoM7VM1ZfY8FyWy2RdJ+QxWKhk5SSGppKtvgP3oD2Sgl k+mcGmLABjbzayJvTcAnGsT1YceTQMTQFj5nvGZbgJCxclnz0QKmBiFXR0AkRbWI5K7e ACyg== 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=V4K3K0g48BsJ4ew7Olxosx+FwmQQJqKLdtcHiw20Heo=; b=f8+fDehwvFzzxQOiEBQmQXPC04DP2kK2FMxJigkFJPtnoj7IeqEER0i4lEEee40p5n MHde2at5y6TXZdHeTaVjkaHxI/ug89cWJlGfc6x3eZ+QXEUZK/uYmxa7EPp5V7eXFqn8 uDELOWmGnr+cyygVyBJOakTbD5O01GXB5pa6Q/UWZ1WOVielZpo98mJfmUetp7zZaKE1 COUEOIz7bZcjn3pjRym/B0O0kUzkcS4Ggn86pOUsJJqTB5ZwXaX7bA0zFd/msriyHIbD rbTD6YTBShpNd/gdBPf7e8R+8gDt6ZzGQgZprzjZqYzh/E1rwfxlQD7qV0brUlDxZcVM iNpQ== X-Gm-Message-State: APzg51A/68WiNDKSBfHF7fpd/+BEOpYD8huRc2jID34wJmyXUVB9DtRV sq6UXaivUYhXR6Az04MGZOVccsV2 X-Google-Smtp-Source: ANB0VdZsuJz17slUdQh0YCG8V4jiylII4cl65tMYCEXc4ZIIwUhN29+x29QuBhvP6uugS8WnkL9zeQ== X-Received: by 2002:a2e:9854:: with SMTP id e20-v6mr1866838ljj.143.1537374654887; Wed, 19 Sep 2018 09:30:54 -0700 (PDT) Received: from localhost.localdomain (31-211-229-121.customers.ownit.se. [31.211.229.121]) by smtp.gmail.com with ESMTPSA id x8-v6sm3903594lji.53.2018.09.19.09.30.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Sep 2018 09:30:53 -0700 (PDT) From: =?utf-8?q?Martin_=C3=85gren?= To: git@vger.kernel.org Cc: Derrick Stolee Subject: [PATCH 4/4] git-commit-graph.txt: refer to the "commit graph file" without dash Date: Wed, 19 Sep 2018 18:30:35 +0200 Message-Id: X-Mailer: git-send-email 2.19.0.216.g2d3b1c576c 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 The command is `git commit-graph`, but the file it processes is the "commit graph file" without a dash. We have a few references to the "commit-graph file", though. Fix them. Signed-off-by: Martin Ågren --- Documentation/git-commit-graph.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt index 55f63d47d9..dd0a53736f 100644 --- a/Documentation/git-commit-graph.txt +++ b/Documentation/git-commit-graph.txt @@ -50,7 +50,7 @@ commits starting at all refs. (Cannot be combined with `--stdin-commits` or `--stdin-packs`.) + With the `--append` option, include all commits that are present in the -existing commit-graph file. +existing commit graph file. 'read':: @@ -59,7 +59,7 @@ Used for debugging purposes. 'verify':: -Read the commit-graph file and verify its contents against the object +Read the commit graph file and verify its contents against the object database. Used to check for corrupted data. @@ -93,7 +93,7 @@ $ git show-ref -s | git commit-graph write --stdin-commits $ git rev-parse HEAD | git commit-graph write --stdin-commits --append ------------------------------------------------ -* Read basic information from the commit-graph file. +* Read basic information from the commit graph file. + ------------------------------------------------ $ git commit-graph read