]> git.ipfire.org Git - thirdparty/git.git/commit - git-add--interactive.perl
git-add -i: allow multiple selection in patch subcommand
authorJunio C Hamano <gitster@pobox.com>
Thu, 22 Nov 2007 09:47:13 +0000 (01:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Nov 2007 02:23:55 +0000 (18:23 -0800)
commit12db334e75ae291aa69987cbe0feda2b6a64af38
treee4e83963f560b7cd7a843daaf2dcc8cded07ed47
parent4c8416847aa48e2bd60fa26585e32940a1a9c61c
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>
git-add--interactive.perl