diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2013-06-25 23:53:49 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 11:25:11 -0700 |
commit | 1b8fd46732fc2e4e8300c11057a7fa9a8c2bc1b4 (patch) | |
tree | 317a1ee321a62496064a1ca9cd02bfa0df8a5683 /Documentation | |
parent | 17696002086e8c6b9e998543d212e707c7d511ab (diff) | |
download | git-1b8fd46732fc2e4e8300c11057a7fa9a8c2bc1b4.tar.gz |
git-clean: show items of del_list in columns
When there are lots of items to be cleaned, it is hard to see them all
in one screen. Show them in columns will solve this problem.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Comments-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 6e53fc5074..e031b3b28a 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -955,6 +955,10 @@ column.branch:: Specify whether to output branch listing in `git branch` in columns. See `column.ui` for details. +column.clean:: + Specify the layout when list items in `git clean -i`, which always + shows files and directories 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. |