1GIT-COLUMN(1) Git Manual GIT-COLUMN(1)
2
3
4
6 git-column - Display data in columns
7
9 git column [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
10 [--indent=<string>] [--nl=<string>] [--padding=<n>]
11
12
14 This command formats its input into multiple columns.
15
17 --command=<name>
18 Look up layout mode using configuration variable column.<name> and
19 column.ui.
20
21 --mode=<mode>
22 Specify layout mode. See configuration variable column.ui for
23 option syntax.
24
25 --raw-mode=<n>
26 Same as --mode but take mode encoded as a number. This is mainly
27 used by other commands that have already parsed layout mode.
28
29 --width=<width>
30 Specify the terminal width. By default git column will detect the
31 terminal width, or fall back to 80 if it is unable to do so.
32
33 --indent=<string>
34 String to be printed at the beginning of each line.
35
36 --nl=<N>
37 String to be printed at the end of each line, including newline
38 character.
39
40 --padding=<N>
41 The number of spaces between columns. One space by default.
42
44 Written by Nguyen Thai Ngoc Duy <pclouds@gmail.com[1]>
45
47 Part of the git(1) suite
48
50 1. pclouds@gmail.com
51 mailto:pclouds@gmail.com
52
53
54
55Git 1.8.3.1 11/19/2018 GIT-COLUMN(1)