[FFmpeg-cvslog] tools/general_assembly: exclude Derek from GA emails
Anton Khirnov
git at videolan.org
Thu Nov 28 16:52:21 EET 2024
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Nov 23 06:16:12 2024 +0100| [3bfb6061fb54d24f0ba80f1b5ad01c0bbb196830] | committer: Anton Khirnov
tools/general_assembly: exclude Derek from GA emails
At his own request, he can remove the entry whenever he likes.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3bfb6061fb54d24f0ba80f1b5ad01c0bbb196830
---
tools/general_assembly.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/general_assembly.pl b/tools/general_assembly.pl
index 7e0f46093c..bfcb67d988 100755
--- a/tools/general_assembly.pl
+++ b/tools/general_assembly.pl
@@ -27,6 +27,7 @@ my @extra_members = (
# list of names of people who asked to be excluded from GA emails
my %excluded_members = (
+ 'Derek Buitenhuis' => 0,
);
sub trim { my $s = shift; $s =~ s/^\s+|\s+$//g; return $s };
More information about the ffmpeg-cvslog
mailing list