Re: How can I change my email address for code reviews?

2014-09-19 Thread David Kastrup
Dan Eble d...@faithful.be writes:

 Every time I try submit a code review, it makes the owner
 e...@ticalc.org, which is the address I first used, but I want it to
 use nine.fierce.ball...@gmail.com.

 I’m using LilyDev.  ~/.gitconfig says nine.fierce.ball...@gmail.com.
 I’ve tried removing ~/.last_code_review_email_address.  I’ve even gone
 as far as running rm -f ~/lilypond-git and getting it again with
 lily-git.tcl.  No go.  git cl upload still uses the old address.  What
 am I missing?  Thanks in advance.

Log out on Rietveld maybe?

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


How can I change my email address for code reviews?

2014-09-18 Thread Dan Eble
Every time I try submit a code review, it makes the owner e...@ticalc.org, 
which is the address I first used, but I want it to use 
nine.fierce.ball...@gmail.com.

I’m using LilyDev.  ~/.gitconfig says nine.fierce.ball...@gmail.com.  I’ve 
tried removing ~/.last_code_review_email_address.  I’ve even gone as far as 
running rm -f ~/lilypond-git and getting it again with lily-git.tcl.  No go.  
git cl upload still uses the old address.  What am I missing?  Thanks in 
advance.
— 
Dan


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: How can I change my email address for code reviews?

2014-09-18 Thread Graham Percival
On Thu, Sep 18, 2014 at 07:01:02PM -0400, Dan Eble wrote:
 I’m using LilyDev.  ~/.gitconfig says nine.fierce.ball...@gmail.com.  I’ve 
 tried removing ~/.last_code_review_email_address.  I’ve even gone as far as 
 running rm -f ~/lilypond-git and getting it again with lily-git.tcl.  No go.  
 git cl upload still uses the old address.  What am I missing?  Thanks in 
 advance.

Take a look at your ~/.gitconfig .  If lily-git.tcl inherits your
old address from somewhere, it must be a user setting such as
$HOME/.gitconfig or an export GIT_EMAIL or something like that.

Cheers,
- Graham

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: How can I change my email address for code reviews?

2014-09-18 Thread Dan Eble
On Sep 18, 2014, at 20:50 , Graham Percival gra...@percival-music.ca wrote:

 On Thu, Sep 18, 2014 at 07:01:02PM -0400, Dan Eble wrote:
 I’m using LilyDev.  ~/.gitconfig says nine.fierce.ball...@gmail.com.  I’ve 
 tried removing ~/.last_code_review_email_address.  I’ve even gone as far as 
 running rm -f ~/lilypond-git and getting it again with lily-git.tcl.  No go. 
  git cl upload still uses the old address.  What am I missing?  Thanks in 
 advance.
 
 Take a look at your ~/.gitconfig .  If lily-git.tcl inherits your
 old address from somewhere, it must be a user setting such as
 $HOME/.gitconfig or an export GIT_EMAIL or something like that.

Thanks for the response.  My ~/.gitconfig was correct, but I finally resolved 
the problem by following these steps:

* remove ~/.codereview_upload_cookies
* create a patch of my work in progress
* delete my branch
* recreate my branch
* apply the patch
* commit
* git cl upload (it prompts for an email address)
— 
Dan


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel