We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c38b74f + 23d30ea commit 86c32bbCopy full SHA for 86c32bb
Documentation/git-column.adoc
@@ -50,7 +50,7 @@ EXAMPLES
50
--------
51
52
Format data by columns:
53
-+
+
54
------------
55
$ seq 1 24 | git column --mode=column --padding=5
56
1 4 7 10 13 16 19 22
@@ -59,7 +59,7 @@ $ seq 1 24 | git column --mode=column --padding=5
59
60
61
Format data by rows:
62
63
64
$ seq 1 21 | git column --mode=row --padding=5
65
1 2 3 4 5 6 7
@@ -68,7 +68,7 @@ $ seq 1 21 | git column --mode=row --padding=5
68
69
70
List some tags in a table with unequal column widths:
71
72
73
$ git tag --list 'v2.4.*' --column=row,dense
74
v2.4.0 v2.4.0-rc0 v2.4.0-rc1 v2.4.0-rc2 v2.4.0-rc3
0 commit comments