Multiple committer names?
I was wondering if it's possible to account for commits from SCM using multiple commit names. I tried using a simple comma delimiter in the Committer names entry under my Profile, but that didn't seem to work.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Will Duncan on 16 Oct, 2009 11:43 PM
Hey Marshall,
Are you using Git/GitHub?
2 Posted by Marshall Culpep... on 17 Oct, 2009 01:02 AM
Yup, Github.
3 Posted by Will Duncan on 17 Oct, 2009 01:24 AM
Just so I know I'm reading this right: You commit to one or more repositories that update the same Lighthouse project, with multiple committer names?
4 Posted by Marshall Culpep... on 17 Oct, 2009 05:34 AM
In this case I'm simply referring to having multiple names in one git repository. For instance, some of my commits will show up with the name "marshall", but on my second box I accidentally set my user.name to "Marshall Culpepper". I'd like to be able to take ownership of commits from both names (though i realize they should be the same if possible). So in my repository committer name box I tried:
marshall,Marshall Culpepper
.. and unfortunately that didn't seem to work
5 Posted by Rick on 19 Oct, 2009 05:06 PM
This seems like an edge case. Is this a configuration you're going to be rocking for awhile, or can I just manually convert the commits with the legacy name to your current lighthouse user?
6 Posted by Marshall Culpep... on 19 Oct, 2009 08:27 PM
I have 3 or 4 different configurations that I commit from, sometimes it's hard to remember if all the user.names are setup correctly, but in general I would like to make sure they're always the same :). It would be great if you could manually configure those messages though! What info do you need from me?
7 Posted by Rick on 19 Oct, 2009 09:46 PM
I just need to know all of the legacy names that you're using.
8 Posted by Marshall Culpep... on 19 Oct, 2009 10:31 PM
Just these:
9 Posted by Rick on 13 Nov, 2009 06:23 PM
I took care of this... sorry it slipped through my radar. Are your new commits being set to the correct user now?
Rick closed this discussion on 13 Nov, 2009 06:24 PM.
Marshall Culpepper re-opened this discussion on 13 Nov, 2009 07:59 PM
10 Posted by Marshall Culpep... on 13 Nov, 2009 07:59 PM
Yup, everything looks good now. Thanks!