Re: git archive and glob pathspecs

2014-09-13 Thread Peter Wu
On Wednesday 03 September 2014 13:21:06 Duy Nguyen wrote: > On Wed, Sep 3, 2014 at 5:17 AM, Peter Wu wrote: > > Hi, > > > > The `git archive` seems to accept a pathspec judging from the error message > > (git > > version 2.1.0): > > > > git archive HEAD -- :x > > fatal: pathspec 'x' did n

Re: git archive and glob pathspecs

2014-09-02 Thread Duy Nguyen
On Wed, Sep 3, 2014 at 5:17 AM, Peter Wu wrote: > Hi, > > The `git archive` seems to accept a pathspec judging from the error message > (git > version 2.1.0): > > git archive HEAD -- :x > fatal: pathspec 'x' did not match any files > > When I try to use deeper glob specs however, it throw

git archive and glob pathspecs

2014-09-02 Thread Peter Wu
Hi, The `git archive` seems to accept a pathspec judging from the error message (git version 2.1.0): git archive HEAD -- :x fatal: pathspec 'x' did not match any files When I try to use deeper glob specs however, it throws an error (this also happens if I use `:(glob)**/Makefile`, tested