Attention is currently required from: Idwer Vollering, Paul Menzel. David Hendricks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49311 )
Change subject: util/board_status/board_status.sh: absorb and inject user identification from the top-level git directory ......................................................................
Patch Set 7:
(1 comment)
File util/board_status/board_status.sh:
https://review.coreboot.org/c/coreboot/+/49311/comment/1d30fd6d_9161d70a PS7, Line 524: git_username="$(git config -f .git/config user.name)" What if the user set up their git configuration globally instead of locally, or didn't set these at all?
Maybe these variables should be set by checking if `$(git config user.email)` and `$(git config user.name)` return non-empty strings, or default to "unknown" or something?