Re: [PATCH] Turn off pathspec magic on "{checkout,reset,add} -p" on native Windows builds

2013-09-02 Thread Duy Nguyen
On Mon, Sep 2, 2013 at 5:41 PM, Johannes Sixt wrote: > Which features do we lose on Windows with the previous patch and this fixup? New pathspec magic :(glob), :(literal) and :(icase). You can still use them via --*-pathspecs or equivalent env variables. You just can't enable them per individual

Re: [PATCH] Turn off pathspec magic on "{checkout,reset,add} -p" on native Windows builds

2013-09-02 Thread Johannes Sixt
Am 9/2/2013 11:30, schrieb Duy Nguyen: > On Mon, Sep 02, 2013 at 08:42:18AM +0200, Johannes Sixt wrote: >> Am 9/1/2013 4:08, schrieb Nguyễn Thái Ngọc Duy: >>> git-add--interactive.perl rejects arguments with colons in 21e9757 >>> (Hack git-add--interactive to make it work with ActiveState Perl - >>

Re: [PATCH] Turn off pathspec magic on "{checkout,reset,add} -p" on native Windows builds

2013-09-02 Thread Duy Nguyen
On Mon, Sep 02, 2013 at 08:42:18AM +0200, Johannes Sixt wrote: > Am 9/1/2013 4:08, schrieb Nguyễn Thái Ngọc Duy: > > git-add--interactive.perl rejects arguments with colons in 21e9757 > > (Hack git-add--interactive to make it work with ActiveState Perl - > > 2007-08-01). Pathspec magic starts with

Re: [PATCH] Turn off pathspec magic on "{checkout,reset,add} -p" on native Windows builds

2013-09-01 Thread Johannes Sixt
Am 9/1/2013 4:08, schrieb Nguyễn Thái Ngọc Duy: > git-add--interactive.perl rejects arguments with colons in 21e9757 > (Hack git-add--interactive to make it work with ActiveState Perl - > 2007-08-01). Pathspec magic starts with a colon, so it won't work if > these pathspecs are passed to git-add--i

[PATCH] Turn off pathspec magic on "{checkout,reset,add} -p" on native Windows builds

2013-08-31 Thread Nguyễn Thái Ngọc Duy
git-add--interactive.perl rejects arguments with colons in 21e9757 (Hack git-add--interactive to make it work with ActiveState Perl - 2007-08-01). Pathspec magic starts with a colon, so it won't work if these pathspecs are passed to git-add--interactive.perl running with ActiveState Perl. Make sure