Re: [PATCH v5 02/10] add--helper: create builtin helper for interactive add

2019-03-08 Thread Johannes Schindelin
Hi Junio, On Thu, 21 Feb 2019, Junio C Hamano wrote: > "Daniel Ferreira via GitGitGadget" writes: > > > diff --git a/git.c b/git.c > > index 2dd588674f..cb42591f37 100644 > > --- a/git.c > > +++ b/git.c > > @@ -444,6 +444,7 @@ static int run_builtin(struct cmd_struct *p, int argc, > > const ch

Re: [PATCH v5 02/10] add--helper: create builtin helper for interactive add

2019-02-21 Thread Junio C Hamano
"Daniel Ferreira via GitGitGadget" writes: > diff --git a/git.c b/git.c > index 2dd588674f..cb42591f37 100644 > --- a/git.c > +++ b/git.c > @@ -444,6 +444,7 @@ static int run_builtin(struct cmd_struct *p, int argc, > const char **argv) > > static struct cmd_struct commands[] = { > { "ad

[PATCH v5 02/10] add--helper: create builtin helper for interactive add

2019-02-20 Thread Daniel Ferreira via GitGitGadget
From: Daniel Ferreira Create a builtin helper for git-add--interactive, which at this point is not doing anything. This is the first step in an effort to convert git-add--interactive.perl to a C builtin, in search for better portability, expressibility and performance (specially on non-POSIX sys