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 <redacted>
---
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.50.1 (Apple Git-155)