diff options
| author | Lucas Seiki Oshiro <lucasseikioshiro@gmail.com> | 2025-12-04 17:10:10 -0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-05 11:39:18 +0900 |
| commit | 6fd44f55a7594842e70d549853b7f1ac4e27e6ea (patch) | |
| tree | 1ddcf6b68a4419e180a144161718ea31d80734c5 | |
| parent | f0ef5b6d9bcc258e4cbef93839d1b7465d5212b9 (diff) | |
| download | git-6fd44f55a7594842e70d549853b7f1ac4e27e6ea.tar.gz | |
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 <lucasseikioshiro@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-repo.adoc | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
