From d2da550a14921019ad2907f4ede9d4aab4b2c4eb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 27 Jan 2022 03:47:54 +0100 Subject: [PATCH] dev(ci): permit apostrophes in Co-authored-by lines --- core/cli/ci.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/ci.el b/core/cli/ci.el index 4434629b2..7e8fa119b 100644 --- a/core/cli/ci.el +++ b/core/cli/ci.el @@ -48,7 +48,7 @@ Accapted value types can be one or more of ref, hash, url, username, or name.") '((ref . "^\\(https?://[^ ]+\\|[^/]+/[^/]+\\)?#[0-9]+$") (hash . "^\\(https?://[^ ]+\\|[^/]+/[^/]+@\\)?[a-z0-9]\\{12\\}$") (url . "^https?://") - (name . "^[a-zA-Z0-9-_ \\.]+<[^@]+@[^.]+\\.[^>]+>$") + (name . "^[a-zA-Z0-9-_ \\.']+<[^@]+@[^.]+\\.[^>]+>$") (username . "^@[^a-zA-Z0-9_-]+$")) "An alist of valid trailer keys and their accepted value types.