Jeremy White : maintainers: Add trailing slashes to directories.

Alexandre Julliard julliard at winehq.org
Thu Jul 14 16:59:25 CDT 2022


Module: wine
Branch: master
Commit: dd86bd96b8cfecb621f3692378384dd4120c17b8
URL:    https://gitlab.winehq.org/wine/wine/-/commit/dd86bd96b8cfecb621f3692378384dd4120c17b8

Author: Jeremy White <jwhite at codeweavers.com>
Date:   Thu Jul 14 10:34:32 2022 -0500

maintainers: Add trailing slashes to directories.

The gitlab scripts operate without access to the wine tree.
Requiring a trailing slash on patterns simplifies the logic
to automatically assign reviewers to MRs.

---

 MAINTAINERS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c5f560b2617..ec871697dbf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22,6 +22,7 @@ Descriptions of section entries used here:
 	P: Other knowledgeable person. FullName <address at domain>
 	F: Files and directories with wildcard patterns.
 	   One pattern per line.  Multiple F: lines acceptable.
+	   A trailing / implies /*.
 	W: Link to additional information.
 
 Maintainers List
@@ -272,12 +273,12 @@ F:	dlls/winspool.drv/
 
 Richedit
 M:	Huw Davies <huw at codeweavers.com>
-F:	dlls/riched20
+F:	dlls/riched20/
 
 RPC Runtime
 P:	Huw Davies <huw at codeweavers.com>
 P:	Zebediah Figura <z.figura12 at gmail.com>
-F:	dlls/rpcrt4
+F:	dlls/rpcrt4/
 
 Theming
 M:	Zhiyi Zhang <zzhang at codeweavers.com>
@@ -316,7 +317,7 @@ WIDL
 P:	Huw Davies <huw at codeweavers.com>
 P:	Rémi Bernon <rbernon at codeweavers.com>
 P:	Zebediah Figura <z.figura12 at gmail.com>
-F:	tools/widl
+F:	tools/widl/
 
 Windows Imaging Component
 M:	Esme Povirk <esme at codeweavers.com>




More information about the wine-cvs mailing list