Re: [PATCHv2] Add directory pattern matching to attributes

2012-12-13 Thread Junio C Hamano
"Jean-Noël AVILA" writes: > The manpage of gitattributes says: "The rules how the pattern > matches paths are the same as in .gitignore files" and the gitignore > pattern matching has a pattern ending with / for directory matching. > > This rule is specifically relevant for the 'export-ignore' ru

[PATCHv2] Add directory pattern matching to attributes

2012-12-08 Thread Jean-Noël AVILA
The manpage of gitattributes says: "The rules how the pattern matches paths are the same as in .gitignore files" and the gitignore pattern matching has a pattern ending with / for directory matching. This rule is specifically relevant for the 'export-ignore' rule used for git archive. Signed-off-