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  [email protected]       Fri Dec 20 15:40:46 2019 +0000
17a6791  [email protected]       Fri Dec 13 17:33:38 2019 +0000
86f05d3  [email protected]       Fri Dec 13 17:17:31 2019 +0000
7103c52  [email protected]       Fri Dec 13 17:02:53 2019 +0000
1e035ae  [email protected]       Tue Apr 23 13:14:57 2019 +0000
cea94d2  [email protected]     Tue Apr 23 12:53:43 2019 +0000
28635d5  [email protected]       Mon Apr 22 16:05:36 2019 +0000
2f59c1e  [email protected]       Fri Mar 29 12:44:01 2019 -0600
1cc4c09  [email protected]       Fri Feb 10 16:00:30 2012 +0400
9839b87  [email protected]       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  [email protected]       Fri Dec 20 15:52:02 2019 +0000
4cf66d9  [email protected]       Fri Dec 20 15:07:58 2019 +0000
9240950  [email protected]     Fri Apr 26 16:04:54 2019 +0000
1cc4c09  [email protected]       Fri Feb 10 16:00:30 2012 +0400
9839b87  [email protected]       Mon Jul 25 13:43:01 2011 +0400

I've never used [email protected] 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 [email protected] 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 <[email protected]>" is used everywhere.

--

Roman

Reply via email to