Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Workspaces Forum
  4. User of commit once more...

User of commit once more...

Scheduled Pinned Locked Moved Workspaces Forum
comcollaboration
3 Posts 2 Posters 37 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Kornfeld Eliyahu PeterK Offline
    Kornfeld Eliyahu PeterK Offline
    Kornfeld Eliyahu Peter
    wrote on last edited by
    #1

    See commits in this ::Git https://workspaces.codeproject.com/kornfeldeliyahupeter/pashta_cpp/code/commits/master/1[^] The last 3 commits are seems to be from the right email (as my name displayed correctly) but there is no link like in 'right email' commit...

    I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

    "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

    K 1 Reply Last reply
    0
    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

      See commits in this ::Git https://workspaces.codeproject.com/kornfeldeliyahupeter/pashta_cpp/code/commits/master/1[^] The last 3 commits are seems to be from the right email (as my name displayed correctly) but there is no link like in 'right email' commit...

      I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

      K Offline
      K Offline
      Kamil Burzynski
      wrote on last edited by
      #2

      Ah, private repo, that takes more efforts to inspect, had to get direct access to the filesystem ;) Anyway, it still seems that you are committing with the old email. It works like this: - each commit in git has attached few metadata values, among them are comitter email and committer name. - ::GitMachine checks committer email, if it is known to us, we display the link with user's avatar and the name registered in our system - if email is not known to us, we do display plain text using committer name taken from commit. In your repo: - 4th commit from the top displays avatar properly. It uses your gmail address, so our system displays the known information, ignoring the comitter username from commit. Interestingly, the username you used for this commit is wrong, because it is set to be equal to your email as well. - the top 3 commits are using the old email (.co.il), with properly configured user name (which is your name, not email), so we display it as we don't have anything better to display. The solution is to configure your git client correctly, to use the new email, and correct username. If you do 'git log' from console (not sure how that works in VS), you should see the exact values used for comitter name and emails. The values will already be visible after local git commit, you do not even push the code to us to see the problem.

      Kornfeld Eliyahu PeterK 1 Reply Last reply
      0
      • K Kamil Burzynski

        Ah, private repo, that takes more efforts to inspect, had to get direct access to the filesystem ;) Anyway, it still seems that you are committing with the old email. It works like this: - each commit in git has attached few metadata values, among them are comitter email and committer name. - ::GitMachine checks committer email, if it is known to us, we display the link with user's avatar and the name registered in our system - if email is not known to us, we do display plain text using committer name taken from commit. In your repo: - 4th commit from the top displays avatar properly. It uses your gmail address, so our system displays the known information, ignoring the comitter username from commit. Interestingly, the username you used for this commit is wrong, because it is set to be equal to your email as well. - the top 3 commits are using the old email (.co.il), with properly configured user name (which is your name, not email), so we display it as we don't have anything better to display. The solution is to configure your git client correctly, to use the new email, and correct username. If you do 'git log' from console (not sure how that works in VS), you should see the exact values used for comitter name and emails. The values will already be visible after local git commit, you do not even push the code to us to see the problem.

        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu Peter
        wrote on last edited by
        #3

        I have to check it as it on my home desktop (and now I'm in the office), but it can be that today I will kill VS :mad: Thank you :thumbsup:

        I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups