built-in add -i: re-implement `add-untracked` in C
commitab1e1cccaf6252e2fb47b1bfbc5bc8d3d678bfe1
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 29 Nov 2019 21:11:46 +0000 (29 21:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 15:30:54 +0000 (1 07:30 -0800)
treecf96215589a6453699c87322a933350a14148684
parentc54ef5e4246f569b084db5b90bbb93c854bb0aa6
built-in add -i: re-implement `add-untracked` in C

This is yet another command, ported to C. It builds nicely on the
support functions introduced for other commands, with the notable
difference that only names are displayed for untracked files, no
file type or diff summary.

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