Re: [PATCH 8/8] Support "**" wildcard in .gitignore and .gitattributes

2012-10-09 Thread Nguyen Thai Ngoc Duy
On Tue, Oct 9, 2012 at 2:57 PM, Michael Haggerty wrote: >> + - A trailing "/**" matches everything inside. For example, >> + "abc/**" is equivalent to "`/abc/`". > > It seems odd that you add a leading slash in this example. I assume > that is because of the rule that a pattern containing a sla

Re: [PATCH 8/8] Support "**" wildcard in .gitignore and .gitattributes

2012-10-09 Thread Michael Haggerty
I like how this series is going and it's going to be a nice new feature. Some comments... It would be helpful if you would use --subject-prefix='PATCH v3' etc. to help spectators keep track of the different versions of your patch series. On 10/09/2012 05:09 AM, Nguyễn Thái Ngọc Duy wrote:

[PATCH 8/8] Support "**" wildcard in .gitignore and .gitattributes

2012-10-08 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- Documentation/gitignore.txt| 19 +++ attr.c | 4 +++- dir.c | 4 +++- t/t0003-attributes.sh | 38 ++ t/t3001-ls-files-others