On Sun, Jun 9, 2013 at 2:25 AM, Nguyễn Thái Ngọc Duy <pclo...@gmail.com> wrote: > diff --git a/pathspec.c b/pathspec.c > index 8fe56cd..b49bd51 100644 > --- a/pathspec.c > +++ b/pathspec.c > @@ -195,15 +195,128 @@ static const char *prefix_pathspec(const char *prefix, > int prefixlen, const char > +/* > + * Given command line arguments and a prefix, convert the input to > + * pathspec. die() any magic in magic_mask is used.
Did you mean s/any/if any/ ? > + */ > +void parse_pathspec(struct pathspec *pathspec, > + unsigned magic_mask, unsigned flags, > + const char *prefix, const char **argv) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html