git add -p: add missing "q" to patch prompt
commita2fc8d65368a23a8a5f708b36c761c2d0d133ea6
authorWincent Colaiuta <win@wincent.com>
Mon, 20 Apr 2009 09:42:52 +0000 (20 11:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Apr 2009 10:38:44 +0000 (20 03:38 -0700)
treec0c80f534c52602faf9bf0532b2fe744c5efe30d
parentcafa56702bc3742a99c39d3b4d1770178720bcc4
git add -p: add missing "q" to patch prompt

Commit cbd3a01 added a new "q" subcommand to the "git add -p"
command loop, but forgot to add it to the prompt.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-add--interactive.perl