Re: [git-users] changing email in one repo

2016-08-12 Thread Pablo Rodríguez
On 08/12/2016 06:16 PM, Konstantin Khomoutov wrote: > On Fri, 12 Aug 2016 17:50:12 +0200 wrote: > >> I have a repo (also hosted at Gitlab) that uses an email address that >> I would like to remove from the whole repo (and replace with another >> one). >> >> All contributions to that repo are

Re: [git-users] changing email in one repo

2016-08-12 Thread Gergely Polonkai
Hello, yes, there is a way, it can be easily done with git filter-branch. However, before going where no one should, let's dive in on the consequences. A commit object consists of a bunch of things, like the commit message, the root tree object's hash, and in your case the most important, an

Re: [git-users] changing email in one repo

2016-08-12 Thread Konstantin Khomoutov
On Fri, 12 Aug 2016 17:50:12 +0200 Pablo Rodríguez wrote: > I have a repo (also hosted at Gitlab) that uses an email address that > I would like to remove from the whole repo (and replace with another > one). > > All contributions to that repo are mine. Is there any way that I can