6 git-column - Display data in columns
11 'git column' [--command=<name>] [--[raw-]mode=<mode>] [--width=<width>]
12 [--indent=<string>] [--nl=<string>] [--padding=<n>]
16 This command formats its input into multiple columns.
21 Look up layout mode using configuration variable column.<name> and
25 Specify layout mode. See configuration variable column.ui for option
29 Same as --mode but take mode encoded as a number. This is mainly used
30 by other commands that have already parsed layout mode.
33 Specify the terminal width. By default 'git column' will detect the
34 terminal width, or fall back to 80 if it is unable to do so.
37 String to be printed at the beginning of each line.
40 String to be printed at the end of each line,
41 including newline character.
44 The number of spaces between columns. One space by default.
49 Written by Nguyen Thai Ngoc Duy <pclouds@gmail.com>
53 Part of the linkgit:git[1] suite