diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-06-03 08:55:23 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-06-03 08:55:23 -0700 |
| commit | 86c32bbee8501310290d146a48a1aea22ce9c779 (patch) | |
| tree | 9715127e25b448043be34cff522d684f41036477 | |
| parent | Merge branch 'sj/ref-contents-check-fix' (diff) | |
| parent | doc: column: fix blank lines around block delimiters (diff) | |
| download | git-86c32bbee8501310290d146a48a1aea22ce9c779.tar.gz git-86c32bbee8501310290d146a48a1aea22ce9c779.zip | |
Merge branch 'kh/doc-column-markup-fix'
Doc updates.
* kh/doc-column-markup-fix:
doc: column: fix blank lines around block delimiters
| -rw-r--r-- | Documentation/git-column.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-column.adoc b/Documentation/git-column.adoc index 5a4f2b6fde..8e0047214d 100644 --- a/Documentation/git-column.adoc +++ b/Documentation/git-column.adoc @@ -50,7 +50,7 @@ EXAMPLES -------- Format data by columns: -+ + ------------ $ seq 1 24 | git column --mode=column --padding=5 1 4 7 10 13 16 19 22 @@ -59,7 +59,7 @@ $ seq 1 24 | git column --mode=column --padding=5 ------------ Format data by rows: -+ + ------------ $ seq 1 21 | git column --mode=row --padding=5 1 2 3 4 5 6 7 @@ -68,7 +68,7 @@ $ seq 1 21 | git column --mode=row --padding=5 ------------ List some tags in a table with unequal column widths: -+ + ------------ $ git tag --list 'v2.4.*' --column=row,dense v2.4.0 v2.4.0-rc0 v2.4.0-rc1 v2.4.0-rc2 v2.4.0-rc3 |
