Re: [PATCH v1 27/45] Convert run_add_interactive to use struct pathspec

2013-03-19 Thread John Keeping
On Tue, Mar 19, 2013 at 08:58:23AM +0700, Duy Nguyen wrote: > On Tue, Mar 19, 2013 at 1:26 AM, John Keeping wrote: > > On Fri, Mar 15, 2013 at 01:06:42PM +0700, Nguyễn Thái Ngọc Duy wrote: > >> This passes the pathspec, more or less unmodified, to > >> git-add--interactive. The command itself does

Re: [PATCH v1 27/45] Convert run_add_interactive to use struct pathspec

2013-03-18 Thread Duy Nguyen
On Tue, Mar 19, 2013 at 1:26 AM, John Keeping wrote: > On Fri, Mar 15, 2013 at 01:06:42PM +0700, Nguyễn Thái Ngọc Duy wrote: >> This passes the pathspec, more or less unmodified, to >> git-add--interactive. The command itself does not process pathspec. It >> simply passes the pathspec to other bui

Re: [PATCH v1 27/45] Convert run_add_interactive to use struct pathspec

2013-03-18 Thread John Keeping
On Fri, Mar 15, 2013 at 01:06:42PM +0700, Nguyễn Thái Ngọc Duy wrote: > This passes the pathspec, more or less unmodified, to > git-add--interactive. The command itself does not process pathspec. It > simply passes the pathspec to other builtin commands. So if all those > commands support pathspec,

[PATCH v1 27/45] Convert run_add_interactive to use struct pathspec

2013-03-14 Thread Nguyễn Thái Ngọc Duy
This passes the pathspec, more or less unmodified, to git-add--interactive. The command itself does not process pathspec. It simply passes the pathspec to other builtin commands. So if all those commands support pathspec, we're good. Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/add.c | 2