diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-04-13 17:54:39 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-27 09:26:38 -0700 |
commit | 323d0530918f015fa28572f4477723b607bce000 (patch) | |
tree | d4a93594620f401d3ad31f29c9a01f7ea69ca19f /Documentation/git-status.txt | |
parent | ebe31ef2ed539ec93f87c6705852f29347410b48 (diff) | |
download | git-323d0530918f015fa28572f4477723b607bce000.tar.gz |
status: add --column
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r-- | Documentation/git-status.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 3d51717bbe..2f87207e6f 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -77,6 +77,13 @@ configuration variable documented in linkgit:git-config[1]. Terminate entries with NUL, instead of LF. This implies the `--porcelain` output format if no other format is given. +--column[=<options>]:: +--no-column:: + Display untracked files in columns. See configuration variable + column.status for option syntax.`--column` and `--no-column` + without options are equivalent to 'always' and 'never' + respectively. + OUTPUT ------ |