]> git.ipfire.org Git - thirdparty/git.git/commit
built-in add -i: offer the `quit` command
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 29 Nov 2019 21:11:49 +0000 (21:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 15:30:54 +0000 (07:30 -0800)
commit2e697ced9d647d6998d70f010d582ba8019fe3af
treeb5586e73e39176d210f671b4d43519d778cb63cd
parentd7633578b5ecf0d75e2793b01aa2e9afe645c186
built-in add -i: offer the `quit` command

We do not really want to `exit()` here, of course, as this is safely
libified code.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
add-interactive.c