Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmdIT-0004yf-0k for pgsql-translators@arkaria.postgresql.org; Fri, 28 May 2021 14:17:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lmdIR-0007p4-TY for pgsql-translators@arkaria.postgresql.org; Fri, 28 May 2021 14:17:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmdIR-0007ow-ND for pgsql-translators@lists.postgresql.org; Fri, 28 May 2021 14:17:07 +0000 Received: from mail1.protonmail.ch ([185.70.40.18]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lmdIO-0007Ug-NC for pgsql-translators@lists.postgresql.org; Fri, 28 May 2021 14:17:07 +0000 Date: Fri, 28 May 2021 14:16:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail; t=1622211421; bh=BzFZpzdFvvmxPMd1nns/6iTG9I9h+BVTNTIxZD84L80=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=U8gemNAJks7VkUgDMsO0oqMhDUx8XvkMsvc21pn0I3Vp7HJyaOXmjinWHlc41oRpH tIAWv5pa8FD0wqHMRFRJApImBlqHLoAmIXvb4ZUl/Zgy9UtT/Vyr+MtNndwsvBfWc4 8Oq5iZChWOXRV3Lc9xEnmGLuJHaCPLZetTeGOe3w6TpZbpXa2Z392FZ+MzZVHYdMDq dAQBvZB8ONrsW4Ge2gp/eIY80e5rLsm5sB/WwAG4rMyVPA7kNixnw0g6leMZJExxno rH3+NaI55F6MD0Q40yxad7rxYITI7qEjqhEY7fS84+FwLbx14gHp0CLt2gxyS0eplk a2Qg0DimRCHPw== To: Peter Eisentraut From: gkokolatos@pm.me Cc: "pgsql-translators@lists.postgresql.org" Reply-To: gkokolatos@pm.me Subject: Re: First Author? Message-ID: <8VG5Ep1C3tNU5DbNoA0zd1WczlEKh__VSIuVF9BTCXYafdU4MhRBd8LG3THxsG1lO7sdQ9ucwgvkS764ErsTjmu4FetqVuFB0yLkKoqN9tk=@pm.me> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Tuesday, 25 May 2021 13:28, Peter Eisentraut wrote: > > > On 24.05.21 11:49, Georgios wrote: > > > I am very happy to see that several of my translation > > attempts are now part of the code base. > > However they all lack First Author information. I had > > not filled in that one as I felt it was not my place > > to do so although in retrospect I should have asked > > first. I had filled the email field though to make the > > committer's life easier. > > The tools that generate these template files produce a bunch of things > that we don't really need. So feel free to set it up as you want. But > if you choose to not fill it in, don't just leave the template there, > just delete it. Got it, thanks! > > Personally, I am now leaning toward trimming the header comments to a > minimum. Authorship tracking etc. can be done via Git. Right, this sounds reasonable. However this is not currently the case, is it? For example, the commit that first introduced libpq's el.po, namely 6206454bda, does not contain any authorship information.