pub fn local_git_user_name() -> Option<String>
Read git config user.name, or None if unset / git is unavailable.
git config user.name
None