Re: [PATCH v7 02/10] Show items of interactive git-clean in columns

2013-05-12 Thread Matthieu Moy
Jiang Xin writes: > +column.clean:: > + Specify whether to output cleaning files in `git clean -i` in columns. > + See `column.ui` for details. > + > +static void pretty_print_dels() Ah, OK. That's the helper function I was expecting in 01/10. The patches would be easier to review if t

Re: [PATCH v7 02/10] Show items of interactive git-clean in columns

2013-05-08 Thread Junio C Hamano
Nice (I didn't read the code, though). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v7 02/10] Show items of interactive git-clean in columns

2013-05-08 Thread Jiang Xin
When there are lots of items to be cleaned, it is hard to see them all in one screen. Show them in columns instead of in one column will solve this problem. Since no longer show items to be cleaned using the "Would remove ..." format (only plain filenames) in interactive mode, we add instructions