I'm trying to understand how Bitbucket associates a commit author with a Bitbucket account as we migrate from svn to Git. The commit author is composed of the user's first and last name and email address. E.g.,
Rich Mayfield <rich.mayfield@acme.com>
Here's what I've found:
How important is it that the Git commit author's name match the first+last name of the Bitbucket account?
As far as I know, it's only the e-mail part that counts. You can also map several e-mail address to a single account. Click your profile picture at the top right cornor then View Profile -> Manage Account -> Email. Here you can add several e-mail address for your account.
I was hoping that it was just the email address, however what I'm seeing is that the first and last name also factor into whether or not the commit is correlated to a Bitbucket account.
I have some commits with the correct email address but incorrect first and last name in the commit author information. I'm trying to reverse engineer this... it seems that it could be case insensitive and that a partial match may work (e.g. Will for William as a first name seems to work).
What further frustrates me is that some commits that were not matched earlier today are now correctly correlated to a Bitbucket account. All in all this seems to be amazingly flaky.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm yeah that does seems a bit flakey, I haven't noticed it myself though (haven't tried it either). I found that you can map unknown commit users to your Bitbucket account, instructions can be found here. At that page they also mention that it's the e-mail part that's imporant.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.