From owner-dev-commits-ports-all@freebsd.org Wed May 5 09:15:19 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 B7DFF63732C; Wed, 5 May 2021 09:15:19 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZrdz4J4Xz3NJM; Wed, 5 May 2021 09:15:19 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 1D49C1500C5; Wed, 5 May 2021 11:15:17 +0200 (CEST) Received: (from lars@localhost) by e.0x20.net (8.16.1/8.16.1/Submit) id 1459FHWu090807; Wed, 5 May 2021 11:15:17 +0200 (CEST) (envelope-from lars) Date: Wed, 5 May 2021 11:15:17 +0200 From: Lars Engels To: Christoph Moench-Tegeder Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: e48320e2d8b9 - main - sysutils/bsdstats: make reporting opt-in Message-ID: References: <202105050850.1458o9c6060817@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/2.0.6 (2021-03-06) X-Rspamd-Queue-Id: 4FZrdz4J4Xz3NJM X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2021 09:15:19 -0000 On Wed, May 05, 2021 at 11:00:24AM +0200, Christoph Moench-Tegeder wrote: > ## Lars Engels (lars.engels@0x20.net): > > > I downloaded the patch from PR 251152 and applied it with "git am" which > > automatically committed the patch locally. How can I add the missing > > bits to the message like "PR" and "Approved by"? > > git commit --amend Thank you. I did it locally but "git push" says that everything is up to date. What can I do now?