Re: [PATCH 3/3] add--interactive: use add-interactive--helper for status_cmd

2017-05-05 Thread Johannes Schindelin
Hi Daniel, On Fri, 5 May 2017, Daniel Ferreira wrote: > Call the newly introduced git-add-interactive--helper builtin on > status_cmd() instead of relying on git-add--interactive's Perl > functions to build print the numstat. > > Signed-off-by: Daniel Ferreira > --- >

[PATCH 3/3] add--interactive: use add-interactive--helper for status_cmd

2017-05-05 Thread Daniel Ferreira
Call the newly introduced git-add-interactive--helper builtin on status_cmd() instead of relying on git-add--interactive's Perl functions to build print the numstat. Signed-off-by: Daniel Ferreira --- git-add--interactive.perl | 4 +--- 1 file changed, 1 insertion(+), 3