Gentoo Archives: gentoo-dev

From: Kent Fredric <kentnl@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] Requiring gentoo.git committers to use their @gentoo.org address
Date: Thu, 12 Jul 2018 02:59:39
Message-Id: 20180712145841.57cb9cae@katipo2.lan
In Reply to: Re: [gentoo-dev] [RFC] Requiring gentoo.git committers to use their @gentoo.org address by kuzetsa
1 On Tue, 10 Jul 2018 09:38:27 -0400
2 kuzetsa <kuzetsa@×××××.com> wrote:
3
4 > Authorship was never shown in dev-timeline for addresses
5 > which aren't @gentoo.org anyway. That's a separate issue,
6 > so this policy change shouldn't affect proxy-maint?
7
8 Then why does the dev timeline show me starting at Oct 2015, but git
9 shows my first commit in July 2016?
10
11 git log --reverse --committer=kentnl@g.o| head -n 10
12 commit 320e968c60cbdb948aeff915f2405bcc4d1d0967
13 Author: Kent Fredric <kentnl@g.o>
14 Date: 2016-07-09 19:26:39 +1200
15
16
17 git log --reverse --author=kentfredric@×××××.com| head -n 10
18 commit bc24cf6b805bdfea3df29823f935c95ef450beec
19 Author: Kent Fredric <kentfredric@×××××.com>
20 Date: 2015-09-27 18:44:22 +1300
21
22
23 Take a look at this magic:
24
25 commit bc24cf6b805bdfea3df29823f935c95ef450beec
26 Author: Kent Fredric <kentfredric@×××××.com>
27 AuthorDate: 2015-09-27 18:44:22 +1300
28 Commit: Kent Fredric <kentfredric@×××××.com>
29 CommitDate: 2015-09-27 18:44:22 +1300
30
31 commit a16a2dfe8c1c5b08005e53a3cbc5baa83ba4f1e8
32 Author: Kent Fredric <kentfredric@×××××.com>
33 AuthorDate: 2015-09-27 20:18:50 +1300
34 Commit: Kent Fredric <kentfredric@×××××.com>
35 CommitDate: 2015-09-27 20:18:50 +1300
36
37 I didn't have push access then :p
38
39 This is the consequence when you have fast-forwardable merges ;)