Skip to content

Commit 86c32bb

Browse files
committed
Merge branch 'kh/doc-column-markup-fix'
Doc updates. * kh/doc-column-markup-fix: doc: column: fix blank lines around block delimiters
2 parents c38b74f + 23d30ea commit 86c32bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-column.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EXAMPLES
5050
--------
5151

5252
Format data by columns:
53-
+
53+
5454
------------
5555
$ seq 1 24 | git column --mode=column --padding=5
5656
1 4 7 10 13 16 19 22
@@ -59,7 +59,7 @@ $ seq 1 24 | git column --mode=column --padding=5
5959
------------
6060

6161
Format data by rows:
62-
+
62+
6363
------------
6464
$ seq 1 21 | git column --mode=row --padding=5
6565
1 2 3 4 5 6 7
@@ -68,7 +68,7 @@ $ seq 1 21 | git column --mode=row --padding=5
6868
------------
6969

7070
List some tags in a table with unequal column widths:
71-
+
71+
7272
------------
7373
$ git tag --list 'v2.4.*' --column=row,dense
7474
v2.4.0 v2.4.0-rc0 v2.4.0-rc1 v2.4.0-rc2 v2.4.0-rc3

0 commit comments

Comments
 (0)