22.12.2019 16:56, Joseph Myers wrote:
On Thu, 19 Dec 2019, Joseph Myers wrote:

And two more.

git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-4a.git
git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-4b.git
Two more.

git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-5a.git
git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-5b.git

The main changes are:

* The author map used now avoids timezone-only entries also remapping
email addresses, so the email addresses from the ChangeLogs are used
whenever a commit adds ChangeLog entries from exactly one author.
Hello.

Sorry if I have missed some part of discussion and now describe known issue about "author map", but in gcc-reposurgeon-5b.git I see this:

gcc-reposurgeon-5b.git$ git log --pretty=format:"%h%x09 %ae%x09%ad" --author=zhroma

ff96b83  zhr...@ispras.ru       Fri Dec 20 15:40:46 2019 +0000
17a6791  zhr...@ispras.ru       Fri Dec 13 17:33:38 2019 +0000
86f05d3  zhr...@ispras.ru       Fri Dec 13 17:17:31 2019 +0000
7103c52  zhr...@ispras.ru       Fri Dec 13 17:02:53 2019 +0000
1e035ae  zhr...@ispras.ru       Tue Apr 23 13:14:57 2019 +0000
cea94d2  zhr...@gcc.gnu.org     Tue Apr 23 12:53:43 2019 +0000
28635d5  zhr...@ispras.ru       Mon Apr 22 16:05:36 2019 +0000
2f59c1e  zhr...@ispras.ru       Fri Mar 29 12:44:01 2019 -0600
1cc4c09  zhr...@ispras.ru       Fri Feb 10 16:00:30 2012 +0400
9839b87  zhr...@ispras.ru       Mon Jul 25 13:43:01 2011 +0400

gcc-reposurgeon-5b.git$ git log --pretty=format:"%h%x09 %ae%x09%ad" --author=zhroma releases/gcc-8
40cc006  zhr...@ispras.ru       Fri Dec 20 15:52:02 2019 +0000
4cf66d9  zhr...@ispras.ru       Fri Dec 20 15:07:58 2019 +0000
9240950  zhr...@gcc.gnu.org     Fri Apr 26 16:04:54 2019 +0000
1cc4c09  zhr...@ispras.ru       Fri Feb 10 16:00:30 2012 +0400
9839b87  zhr...@ispras.ru       Mon Jul 25 13:43:01 2011 +0400

I've never used zhr...@gcc.gnu.org email in ChangeLog files. So, it seems odd that it is used in r270511 (my first commit as maintainer), but not in next r270512 or later commits. Moreover, it is also used once in r270609 on 8 branch. I think it's better to use zhr...@ispras.ru everywhere. Another option may be using @gcc.gnu.org everywhere since r270511.

I also see this discussion https://gcc.gnu.org/ml/gcc/2019-09/msg00216.html, but it was about wwwdocs repo.

Committer field is correct in repo, "Roman Zhuykov <zhr...@gcc.gnu.org>" is used everywhere.

--

Roman

Reply via email to