Git fork

Merge branch 'kh/doc-column-markup-fix'

Doc updates.

* kh/doc-column-markup-fix:
doc: column: fix blank lines around block delimiters

+3 -3
+3 -3
Documentation/git-column.adoc
··· 50 50 -------- 51 51 52 52 Format data by columns: 53 - + 53 + 54 54 ------------ 55 55 $ seq 1 24 | git column --mode=column --padding=5 56 56 1 4 7 10 13 16 19 22 ··· 59 59 ------------ 60 60 61 61 Format data by rows: 62 - + 62 + 63 63 ------------ 64 64 $ seq 1 21 | git column --mode=row --padding=5 65 65 1 2 3 4 5 6 7 ··· 68 68 ------------ 69 69 70 70 List some tags in a table with unequal column widths: 71 - + 71 + 72 72 ------------ 73 73 $ git tag --list 'v2.4.*' --column=row,dense 74 74 v2.4.0 v2.4.0-rc0 v2.4.0-rc1 v2.4.0-rc2 v2.4.0-rc3