For about a year my email in my commits was erik@e2thex.com instead of erik@e2thex.org.

So a few months a go I went and bought e2thex.com and set up the email and registered it with my drupal account. but none of those commits have been count to my account.

Is there something else i must do?

here are some examples
here is a list from the apps module
http://drupalcode.org/project/apps.git/search/286d849?s=e2thex;st=author
here is one individual one from that list
http://drupalcode.org/project/apps.git/patch/fb75c4a7683dfe14377b6bd0c54...

here is a list from openpublic
http://drupalcode.org/project/openpublic.git/search/refs/heads/7.x-1.x?s...
with one example
http://drupalcode.org/project/openpublic.git/patch/2c806ba2cfbd0b237312f...

I would love to get those credit to my user e2thex

Thanks for any help

P.S. I also have some commits with esummerfield@phase2technology.com which is also part of my profile

Comments

silverwing’s picture

Status: Active » Postponed (maintainer needs more info)

is this working as expected now?

The docs for it begin here: http://drupal.org/node/1022156

e2thex’s picture

silverwing,
I believe i have done everything as that document says too. And new commits are credited correctly.

on http://drupal.org/node/1018118 is says the following

  • If you push a commit from an e-mail address not associated with your Drupal.org account, it will be credited to the Git Name you chose when you identified yourself to your Git installation.
  • You can add the address after you have pushed a commit. Unattributed commits will periodically be re-associated with their respective accounts.

It does not appear that this is happening. I the Aps module is the best example of where commit associated with the erik@e2thex.com address have not been associated with my account.

e2thex’s picture

Can some one please let me know what information is still needed?

codi’s picture

Issue summary: View changes

I'm also having an issue with previous commits not being attributed to my d.o user account after adding an alternate email address. Seems the second point in e2thex's comment is not actually happening.

For reference:

https://www.drupal.org/node/1617618
https://www.drupal.org/node/1350122
https://www.drupal.org/node/1482936

All seem to be related.

Is there anything that needs to be done on our end? Anything I can help out with code wise? Should we update http://drupal.org/node/1018118 to make it a bit more clear?

lizzjoy’s picture

Is this issue still happening?

th_tushar’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing this due to lack of activity. Feel free to re-open this issue is necessary.

ricovandevin’s picture

Priority: Normal » Minor
Status: Closed (won't fix) » Active

You can add the address after you have pushed a commit. Unattributed commits will periodically be re-associated with their respective accounts.

What is 'periodically'? Is there a time interval or is this done ad hoc? I've also added an additional email address after a set of commits of mine where marked as 'unattributed'. When should I expect them to be re-associated? Is it done every night? Once a month? Quarterly? It would be good to know for people experiencing this how long they should wait before opening an issue. :-)

mlhoque’s picture

I have the same issue with one of my projects. The email address used for the commits wasn't initially associated with my profile. But even after adding the email address to my profile, those commits are still marked as unattributed. It has been almost two months now.

apaderno’s picture

Project: Drupal.org site moderators » Drupal.org infrastructure
Component: User account » Git

I would expect that any additional email address is used to link the account used to commit code to the profile. At least, that is what I understood. Maybe we can get a confirm of what to expect from the Infrastructure Team.

drumm’s picture

Assigned: Unassigned » drumm
Status: Active » Fixed

ricovandevin, mlhoque - I’ve mapped all commits with your confirmed email addresses to your accounts.

kiamlaluno - yes, emails are used to make this link. Double check that they have confirmed their email addresses on Drupal.org. This maps commits going forward. For previously-pushed commits, the infrastructure queue is the place to request those being mapped.

apaderno’s picture

@drumm Thank you. Since I cannot see to which email address the commits are associated, that is the only verify I can do (and ask the users if they used a different email address that is not listed in their emails).

In the case of e2thex (the user who opened this issue), the email addresses (three) are all confirmed, but one was added later. For codi, both the email addresses are confirmed. Both the users say there are commits not associated with their account.

drumm’s picture

e2thex, codi - all your commits have been mapped now.

Since I cannot see to which email address the commits are associated

Emails used in Git commits are public, although we avoid showing those on HTML pages. Clone the Git repository and read git log.

mlhoque’s picture

Thank you @drumm.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.