git-clean: show items of del_list in columns
commit1b8fd46732fc2e4e8300c11057a7fa9a8c2bc1b4
authorJiang Xin <worldhello.net@gmail.com>
Tue, 25 Jun 2013 15:53:49 +0000 (25 23:53 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jun 2013 18:25:11 +0000 (26 11:25 -0700)
tree317a1ee321a62496064a1ca9cd02bfa0df8a5683
parent17696002086e8c6b9e998543d212e707c7d511ab
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>
Documentation/config.txt
builtin/clean.c