From owner-freebsd-git@freebsd.org Sat Jan 9 17:52:51 2021 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7CD394DDC71 for ; Sat, 9 Jan 2021 17:52:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCncg37twz3nvf for ; Sat, 9 Jan 2021 17:52:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 5ECBBDDC6 for ; Sat, 9 Jan 2021 17:52:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f170.google.com with SMTP id g24so8710380qtq.12 for ; Sat, 09 Jan 2021 09:52:51 -0800 (PST) X-Gm-Message-State: AOAM531FI6SXjipWpwv1Wf5Fwwu3YuzplCOcpXXVbQ+jY6lWjS/48fgn om2l76dqPlJ+xDuoGPilxR2Yyvl910+dQ2mjpNg= X-Google-Smtp-Source: ABdhPJy1DhPj7Mu7t9bKuZDANNyJslTYzK2Uw/MxaJsTb81GHwW5AqYTgau6G5f2gAPZJlT+ff8phJOFKWKEQ2oFUnI= X-Received: by 2002:a05:622a:195:: with SMTP id s21mr8701229qtw.53.1610214770813; Sat, 09 Jan 2021 09:52:50 -0800 (PST) MIME-Version: 1.0 From: Kyle Evans Date: Sat, 9 Jan 2021 11:52:34 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Patch Attribution To: freebsd-git Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2021 17:52:51 -0000 Hello! I haven't (that I recall) seen any particular guidance one way or the other, but what's the general feeling on "Submitted by" for patches that come in via Bugzilla without commit metadata vs. committing locally with --author="Name "? I did this with d36b5db and didn't receive any complaints, but I'm curious if we should be more actively promoting setting the author correctly whether the patch came in with it or not. I noted that Warner's meta doc[0] lists "Submitted-by" which is where my uncertainty comes from. Thanks, Kyle Evans [0] https://github.com/bsdimp/freebsd-git-docs/blob/main/meta.md