git-add -i: update removed path correctly.
commita4f7112fdee6877af4595927858ff4550f2d9c07
authorJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 18:56:38 +0000 (7 10:56 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 18:56:38 +0000 (7 10:56 -0800)
tree944cce39eac3d33e6f0f2ce3e57f8e7f8dc77b09
parentfa1b4d2ace9bbd7edbcbf9bd41f2cc4f7f6b616e
git-add -i: update removed path correctly.

Earlier, when a path that was removed from the working tree was
chosen for update subcommand, you got an error like this:

    error: git-resolve.sh: does not exist and --remove not passed
    fatal: Unable to process file git-resolve.sh

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-add--interactive.perl