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