Hi, On Fri, 5 May 2017, Ævar Arnfjörð Bjarmason wrote: > On Fri, May 5, 2017 at 8:43 PM, Daniel Ferreira wrote: > > This series introduces git-add-interactive--helper (or should it be > > called git-add--interactive--helper?) as a builtin capable of doing > > what the Perl script's status_cmd() would do. > > The existing script is git-add--interactive.perl, so > git-add--interactive--helper.c would be consistent with that, since > there's no git-add-interactive command. Actually, to be consistent with the existing git-rebase--helper example (which is also only helping the interactive version), it should be git-add--helper. Ciao, Johannes