Re: [PATCH 4/4] pathspec: record labels
From: Stefan Beller <hidden>
Date: 2016-06-16 02:19:21
On Thu, May 12, 2016 at 9:32 PM, Junio C Hamano [off-list ref] wrote:
Stefan Beller [off-list ref] writes:quoted
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 8ad29e6..a1fc9e0 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt@@ -362,6 +362,11 @@ glob;; For example, "Documentation/{asterisk}.html" matches "Documentation/git.html" but not "Documentation/ppc/ppc.html" or "tools/perf/Documentation/perf.html". + +label:<white space separated list>;; + Labels can be assigned to pathspecs in the .gitattributes file. + By specifying a list of labels the pattern will match only + files which have all of the listed labels. + Two consecutive asterisks ("`**`") in patterns matched against full pathname may have special meaning:I think the new text is stuffed in the middle of the "glob;;" entry.
It is. Will fix in a reroll. Thanks, Stefan