I don't know why the pipeline fails. The author name and email are set on all eight commits:
``` $ git clone https://gitlab.winehq.org/dropbear/wine.git && cd wine ... $ git checkout afunix Branch 'afunix' set up to track remote branch 'afunix' from 'origin'. Switched to a new branch 'afunix' $ git log --oneline --author="dropbear.sh@gmail.com" --pretty=format:"%h %an <%ae> %s" c0fdbf09008 Ally Sommers dropbear.sh@gmail.com Merge branch wine:master into afunix 44e2032ce58 Ally Sommers dropbear.sh@gmail.com ws2_32/tests: Add test for AF_UNIX sockets. 668d655c7a6 Ally Sommers dropbear.sh@gmail.com server: Fix getsockname() and accept() on AF_UNIX sockets. 418bd0cb66f Ally Sommers dropbear.sh@gmail.com server: Introduce error when attempting to connect() to abstract AF_UNIX sockets. 50985b2b9bf Ally Sommers dropbear.sh@gmail.com server: Allow for deletion of socket files. a12834a6a76 Ally Sommers dropbear.sh@gmail.com ws2_32: Add support for AF_UNIX sockets. 85b6afe3e2b Ally Sommers dropbear.sh@gmail.com ntdll/unix: Add support for AF_UNIX sockets to multiple functions. ab6e1c5d48d Ally Sommers dropbear.sh@gmail.com ws2_32: Add afunix.h header. ```