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/config.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/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index c7e97a5644..2158f0cbe8 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -866,6 +866,10 @@ column.branch:: Specify whether to output branch listing in `git branch` in columns. See `column.ui` for details. +column.status:: + Specify whether to output untracked files in `git status` in columns. + See `column.ui` for details. + commit.status:: A boolean to enable/disable inclusion of status information in the commit message template when using an editor to prepare the commit |