Re: A little report on informal commit tag usage

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Paquier <michael(at)paquier(dot)xyz>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A little report on informal commit tag usage
Date: 2019-07-17 02:45:13
Message-ID: 20190717024513.GA16043@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019-Jul-16, Daniel Gustafsson wrote:

> The green gamification dot on people’s Github profiles might light up if the
> machine readable format with email address was used (and the user has that
> specific email connected to their Github account unless it’s a primary email).
> Looking at commit 1c9bb02d8ec1d5b1b319e4fed70439a403c245b1 I can see that for
> August 2018 Amit’s Github profile lists “Created 1 commit in 1 repository
> postgres/postgres 1 commit”, which is likely from this commit message being
> parsed in the mirror.

I specifically use "co-authored-by" (and scanning the grep results, I'm
the only person doing it) because github recognizes it in this way.
However I only feel entitled to use it when the patch has been developed
by me plus some other person(s), which has a bit of a contradictory result:
when I don't touch some submitted patch, I use "Author" since I (the
committer) am not a co-author. That means github attributes such
patches solely to me :-(

I realize now, however, that in order for this to work I have to include
the email address, not just the name. I failed to do that at least
once.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-07-17 02:57:53 Re: POC: Cleaning up orphaned files using undo logs
Previous Message Matsumura, Ryo 2019-07-17 02:40:20 RE: Bug: ECPG: Cannot use CREATE AS EXECUTE statemnt