Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-8536

Assigning commit's author by bitbucket username

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      There are methods to assign bitbucket user as author of a commit:

      • Alias
      • Adding e-mail, associated with bitbucket account, to commit meta-data via configuring local repo/.hg/hgrc or global $HOME/.hgrc like this:
      #!ini
      
      [ui]
      username = John Doe <john-doe@examle.org>
      
      

      Two questions:

      1. Why either ssh-key or bitbucket http-authorization doesn't give immediate assignment of commit's author?
      2. Can you add assignment via something like this in hgrc (if bitbucket username is johndoe):
      #!ini
      
      [ui]
      username = johndoe
      
      

      or this:

      #!ini
      
      [ui]
      username = johndoe@bitbucket.org
      
      

      The issue is :

      • I don't want to add aliases to new repositories.
      • I want immediate commit's author assignment.
      • I don't want my e-mail stored publicly in raw commit.

      Attachments

        Activity

          People

            6995b9ed1710 evzijst
            38e85a950136 andreyrybak
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: