Re: [PATCH v3 06/11] built-in add -i: implement the main loop

2019-07-31 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > The Perl script `git-add--interactive.perl` mixed the purposes of the > "list" and the "and choose" part into the same function. In the C > version, we will keep them separate instead, calling the `list()` > function from the `list_and_choose()` fu

[PATCH v3 06/11] built-in add -i: implement the main loop

2019-07-16 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin The reason why we did not start with the main loop to begin with is that it is the first user of `list_and_choose()`, which uses the `list()` function that we conveniently introduced for use by the `status` command. Apart from the "and choose" part, there are more diffe