From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96D12138334 for ; Sat, 29 Sep 2018 13:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBA09E09AE; Sat, 29 Sep 2018 13:30:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DAA2E09A7 for ; Sat, 29 Sep 2018 13:30:28 +0000 (UTC) Received: from wim.jer (jer.xs4all.nl [212.238.182.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jer) by smtp.gentoo.org (Postfix) with ESMTPSA id 4D27D335D0E; Sat, 29 Sep 2018 13:30:25 +0000 (UTC) Date: Sat, 29 Sep 2018 15:30:21 +0200 From: Jeroen Roovers To: Dirkjan Ochtman Cc: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Signed-off-by verification incoming Message-ID: <20180929153021.7bcdaa4b@wim.jer> In-Reply-To: References: <1538209150.1199.7.camel@gentoo.org> <20180929151415.337aa5b3@wim.jer> Organization: Gentoo Foundation X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: d5928328-c0d7-49a3-91da-a76be263dd15 X-Archives-Hash: 42c033a178923cae5742197737def8ec On Sat, 29 Sep 2018 15:25:25 +0200 Dirkjan Ochtman wrote: > On Sat, Sep 29, 2018 at 3:14 PM Jeroen Roovers wrote: > > > 0a) Explain to me how to fix my commits that I now can't push, or > Try git rebase -i and use "r" for "reword" on every commit. `git rebase ---signoff` did the trick. Kind regards, jer