Re: [PATCH 10/45] parse_pathspec: support stripping submodule trailing slashes

2013-06-09 Thread Eric Sunshine
On Sun, Jun 9, 2013 at 2:25 AM, Nguyễn Thái Ngọc Duy wrote: > This flag is equivalent to builtin/ls-files.c:strip_trailing_slashes() > and is intended to replace that function when ls-files is converted to > use parse_pathspec. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > diff --git a/pathspec

[PATCH 10/45] parse_pathspec: support stripping submodule trailing slashes

2013-06-08 Thread Nguyễn Thái Ngọc Duy
This flag is equivalent to builtin/ls-files.c:strip_trailing_slashes() and is intended to replace that function when ls-files is converted to use parse_pathspec. Signed-off-by: Nguyễn Thái Ngọc Duy --- pathspec.c | 9 + pathspec.h | 2 ++ 2 files changed, 11 insertions(+) diff --git a/p