add -p: trap Ctrl-D in 'goto' mode
commit68c02d7c462e1748578209346f050a587c040139
authorThomas Rast <trast@student.ethz.ch>
Mon, 2 Feb 2009 21:46:29 +0000 (2 22:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2009 08:52:52 +0000 (4 00:52 -0800)
tree8ba714071a8a75107ba07056ee7fd75b4e3c96d3
parent4404b2e39236e6f9c5bff121fc920d7ec17f7b6d
add -p: trap Ctrl-D in 'goto' mode

If the user hit Ctrl-D (EOF) while the script was in 'go to hunk?'
mode, it threw an undefined variable error.  Explicitly test for EOF
and have it re-enter the goto prompt loop.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl