From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gflhB0XX4z2xJ0 for ; Tue, 16 Jun 2026 11:51:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gflh65Kkwz2xHk for ; Tue, 16 Jun 2026 11:51:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gflh62kHlz1Fh; Tue, 16 Jun 2026 11:51:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781610694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wyXOmordtybb6ESL0+fGOH81+ohVj6/MFPGMjTH4I74=; b=J8Gp+jPG1c06U+OlFXNs4FVcGJsiOdv92OTGJPqwLsN7/clEs7AMkKqV/uqX5VpObvmfcy h5lg2KSHMpsaovBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781610694; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wyXOmordtybb6ESL0+fGOH81+ohVj6/MFPGMjTH4I74=; b=MViQNcOeI7kyB02rfPDK19mipiHP69nrXWCXXZiIcRmbxpVWMKoRHTmAhzPGXKQAqLvXx6 VfNI81C+qyDpbIOSxkUz43uZ9XrcHZHZtjOuV2jeXFKR8WiY3fkDxNNRc8C79wwIFFzY4n szqxbEmm12WKm6mt6aqndcalcvc0ipNTFD+KM4m2W/rY4BfT9l94FgupTXyeFmWV8iOSju 0i6juCldGiWAHUUqw48Z4OOI2SBLTbY9YoM8zDNSnJ5rTsNU+cTgK4Z1h57OrNMp1pLcbD uSeNgog8r78wuQu4/xoobcuk6pyI8nYv29sTmmDRSMTU+6tE89oO7WBGE2euSw== Message-ID: <132c2642-b8b7-4c97-bc9a-4d9d0a24a244@ipfire.org> Date: Tue, 16 Jun 2026 13:51:34 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: GIT-Question: how do I start a commit with some explanations/comments Content-Language: en-US From: Matthias Fischer To: development@lists.ipfire.org Cc: "IPFire: Belka, Adolf" References: <5d4f6ba5-f14c-4034-9a5d-5493a5d334d8@ipfire.org> <3e28cb8a-16af-4ca7-8221-95fb6b56b041@ipfire.org> <6d1299c5-b7c2-4a13-bfa5-2d1a4d9b4183@ipfire.org> In-Reply-To: <6d1299c5-b7c2-4a13-bfa5-2d1a4d9b4183@ipfire.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Adolf, On 24.05.2026 13:51, Matthias Fischer wrote: > When I have needed to do that I have added --cover-letter to my git format-patch -N -o .... I read some documentation (think of it!) and it was easier than I thought: git send-email --annotate --smtp-domain=devel64-1.localdomain --cover-letter -4 This did the job... ;-) Easy. Best Matthias