Re: [Bug] Pathspec matching breaks the add command

2018-09-17 Thread Duy Nguyen
On Mon, Sep 17, 2018 at 3:55 AM wrote: > > The following: > > git add -u :\(glob,attr:-someAttr\):src/** > > Produces an error that, according to the source code, should never be visible > to the user. This attribute/pathspec *should* be supported according to the > documentation provided by

[Bug] Pathspec matching breaks the add command

2018-09-16 Thread smaudet
The following: git add -u :\(glob,attr:-someAttr\):src/** Produces an error that, according to the source code, should never be visible to the user. This attribute/pathspec *should* be supported according to the documentation provided by git: fatal: BUG:builtin/add.c:498: unsupported magic 40