commit | 12db334e75ae291aa69987cbe0feda2b6a64af38 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Nov 22 01:47:13 2007 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Nov 22 18:23:55 2007 -0800 |
tree | e4e83963f560b7cd7a843daaf2dcc8cded07ed47 | |
parent | 4c8416847aa48e2bd60fa26585e32940a1a9c61c [diff] |
git-add -i: allow multiple selection in patch subcommand This allows more than one files from the list to be chosen from the patch subcommand instead of going through the file one by one. This also updates the "list-and-choose" UI for usability. When the prompt ends with ">>", if you type '*' to choose all choices, the prompt immediately returns the choice without requiring an extra empty line to confirm the selection. Signed-off-by: Junio C Hamano <gitster@pobox.com>