git: clear status on whoami success

Otherwise, not taking the if branch will leave a failing status for
the caller.
This commit is contained in:
Michael Forney 2022-10-04 18:32:53 +00:00
parent 4628d9418d
commit 053e1f71c4

View file

@ -61,6 +61,7 @@ fn whoami{
name=$user
if(~ $email '')
email=$user@$sysname
status=''
}
# merge1 out ours base theirs