<div dir="ltr"><div dir="ltr">On Thu, Nov 2, 2023 at 9:10 AM Joshua Goins <<a href="mailto:josh@redstrate.com">josh@redstrate.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> You must use a proper name, otherwise the servers will reject it yes.<br>
> <br>
> However we have no way of enforcing a real name, so it really just needs to<br>
> be something you are known by.<br>
> (ie. there is nothing to stop people from using pseudonyms)<br>
<br>
Thanks Ben for the background information, although it's not mentioned I'm <br>
assuming the reason for the space in the name check (which I'm personally fine <br>
with) is because of spammers? And it's probably a really easy way to catch <br>
easy mistakes like git using the name of the current user when it's not set <br>
up.<br></blockquote><div><br></div><div>Nope. The check was added in far simpler times many many years ago, not long after KDE started moving to Git from SVN.</div><div><br></div><div>Git versions in that era did not require you to explicitly set a name, and instead would inherit the name of your local user account (as from `id -un`).</div><div>This was undesirable as many names are quite common and don't help identify you in the commit history, so we put the hook in place to ensure accidents didn't happen.</div><div><br></div><div>There is still merit in this check, as we do want people to be using proper/identifiable names.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I'm going to save this information for later, it would be helpful to write up <br>
a resource on this - especially the email part which is in my opinion is a <br>
really important requirement.<br>
<br>
Thanks,<br>
Josh<br></blockquote><div><br></div><div>Cheers,</div><div>Ben </div></div></div>