From: Jean-Luc Herren Date: Wed, 26 Sep 2007 13:56:19 +0000 (+0200) Subject: git-add--interactive: Allow Ctrl-D to exit X-Git-Tag: v1.5.3.4~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c95c02486c4dd82f8910a8de1cb7c8f9db899995?ds=inline;hp=c95c02486c4dd82f8910a8de1cb7c8f9db899995 git-add--interactive: Allow Ctrl-D to exit Hitting Ctrl-D (EOF) is a common way to exit shell-like tools. When in a sub-menu it will still behave as if an empty line had been entered, carrying out the action on the selected items and returning to the previous menu. Signed-off-by: Jean-Luc Herren Signed-off-by: Junio C Hamano ---