author | Junio C Hamano <gitster@pobox.com> | |
Thu, 22 Nov 2007 09:47:13 +0000 (01:47 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 23 Nov 2007 02:23:55 +0000 (18:23 -0800) | ||
commit | 12db334e75ae291aa69987cbe0feda2b6a64af38 | |
tree | e4e83963f560b7cd7a843daaf2dcc8cded07ed47 | tree | snapshot |
parent | 4c8416847aa48e2bd60fa26585e32940a1a9c61c | commit | 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>
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>
git-add--interactive.perl | diff | blob | history |