From f2c0a7c39fa7302991d5e5599533fb3366b9136a Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Wed, 14 Jun 2023 00:03:28 +0200 Subject: [PATCH] added shell script to update AUTHORS file --- update-authors.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 update-authors.sh diff --git a/update-authors.sh b/update-authors.sh new file mode 100755 index 00000000..160e4fa3 --- /dev/null +++ b/update-authors.sh @@ -0,0 +1,2 @@ +#!/bin/sh +git authors -l --no-email | grep -v "\\[bot\\]" > AUTHORS