pub fn resolve_user_identity() -> String
Resolve the user identity for the by field.
by
Uses git config user.name, falling back to $USER, formatted as @lowercase-hyphenated.
git config user.name
$USER
@lowercase-hyphenated