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: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4DAC91F54E; Mon, 29 Aug 2022 09:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1661767024; bh=oIHjivzy0Zpu7xc6YXGKkoJR/ACr2yGnm/pn0jiHKWE=; h=Date:From:To:Subject:References:In-Reply-To:From; b=t7g1HH7+7WwURK/6uw568SHjyrylF7CTwYieo6IbDRArmrcLXDA30I2Elw4bcKtpP 6HpuJ2lzzxIq1AuB6AhMIK7kUOG7J2ecvqTSYNztBq2zBL6ChBJHxBZP94G7lJlOmz fSnQFGlzxEhYkt/DvnrGaGmADXFQMa8G/Nlkrwpo= Date: Mon, 29 Aug 2022 09:57:04 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [19/18 PATCH] viewvcs: fixup commit glossary stuff Message-ID: <20220829095704.GA3074@dcvr> References: <20220829092647.1512215-1-e@80x24.org> <20220829092647.1512215-18-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220829092647.1512215-18-e@80x24.org> List-Id: Add
before commit glossary since it's hard-to-tell where the commit ends. And put the "Root commit" definition into its own line. Ae also need to use to close tags :x --- lib/PublicInbox/ViewVCS.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/PublicInbox/ViewVCS.pm b/lib/PublicInbox/ViewVCS.pm index 8800afcb..3b4fa393 100644 --- a/lib/PublicInbox/ViewVCS.pm +++ b/lib/PublicInbox/ViewVCS.pm @@ -239,7 +239,7 @@ EOM } } chop($x = <glossary +
glossary
 --------
 Commit objects reference one tree, and zero or more parents.
@@ -249,7 +249,8 @@ id=parent>parent commits can typically generate a patch in
 unified diff format via `git format-patch'.
 
 Multiple parents means the commit is a merge.
-Root commits have no ancestor.  Note that it is
+
+Root commits have no ancestor.  Note that it is
 possible to have multiple root commits when merging independent histories.
 
 Every commit references one top-level tree object.