From 6fd44f55a7594842e70d549853b7f1ac4e27e6ea Mon Sep 17 00:00:00 2001 From: Lucas Seiki Oshiro Date: Thu, 4 Dec 2025 17:10:10 -0300 Subject: [PATCH] repo: remove blank line from Documentation/git-repo.adoc There was an extra blank line in git-repo-structure documentation, which led to an unwawnted '+' character after generating an HTML or PDF from that page. This can be seen, for example, in Git 2.52.0 online docs [1]. Remove that extra line. [1] https://git-scm.com/docs/git-repo/2.52.0 Signed-off-by: Lucas Seiki Oshiro Signed-off-by: Junio C Hamano --- Documentation/git-repo.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/git-repo.adoc b/Documentation/git-repo.adoc index 70f0a6d2e4..5d9c7641c2 100644 --- a/Documentation/git-repo.adoc +++ b/Documentation/git-repo.adoc @@ -50,7 +50,6 @@ supported: + * Reference counts categorized by type * Reachable object counts categorized by type - + The output format can be chosen through the flag `--format`. Three formats are supported: -- 2.47.3