diff options
author | Sam James <sam@gentoo.org> | 2024-02-17 04:02:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 04:02:58 +0000 |
commit | ab334f75649d771510e2011c9e89ce9d58ab9c30 (patch) | |
tree | 4f304e2f22fb3d93f1e0b9529b05395bb1fcac9e | |
parent | fix: local/post-receive.gentoo-commits avoid other warnings on warning on war... (diff) | |
download | githooks-ab334f75649d771510e2011c9e89ce9d58ab9c30.tar.gz githooks-ab334f75649d771510e2011c9e89ce9d58ab9c30.tar.bz2 githooks-ab334f75649d771510e2011c9e89ce9d58ab9c30.zip |
local/update-03-filename: add .mailmapgithooks-20240217T040258Z
Per https://marc.info/?l=gentoo-dev&m=170781377903495&w=2.
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-x | local/update-03-filename | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/local/update-03-filename b/local/update-03-filename index b5c7f63..462e5ec 100755 --- a/local/update-03-filename +++ b/local/update-03-filename @@ -26,6 +26,7 @@ export LC_ALL=C regex='^([A-Za-z0-9_][A-Za-z0-9._+-]*/)*[A-Za-z0-9_][A-Za-z0-9._+-]*$' exceptions=( .editorconfig + .mailmap .gitignore metadata/.gitignore ) |