From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 29 Nov 2023 10:38:24 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1r8H1T-00D4wP-2n for lore@lore.pengutronix.de; Wed, 29 Nov 2023 10:38:24 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1r8H1U-0003B2-7a; Wed, 29 Nov 2023 10:38:24 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r8H14-00039w-VY; Wed, 29 Nov 2023 10:37:58 +0100 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r8H14-00CNDo-Ft; Wed, 29 Nov 2023 10:37:58 +0100 Received: from ukl by ptz.office.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1r8H14-00AkLv-6y; Wed, 29 Nov 2023 10:37:58 +0100 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: ptxdist@pengutronix.de Date: Wed, 29 Nov 2023 10:37:44 +0100 Message-ID: <20231129093743.906378-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.42.0.586.gbc5204569f7d.dirty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Developer-Signature: v=1; a=openpgp-sha256; l=842; i=u.kleine-koenig@pengutronix.de; h=from:subject; bh=5vUkl9Rd919w1pbDIsSU5QOTRCb7O6lOntS5/LmM1JQ=; b=owEBbQGS/pANAwAKAY+A+1h9Ev5OAcsmYgBlZwZnNJWkt9f+V03AiHH/TOPetJ1jQ4QXnqz6L sBlwF2dd8CJATMEAAEKAB0WIQQ/gaxpOnoeWYmt/tOPgPtYfRL+TgUCZWcGZwAKCRCPgPtYfRL+ Tu2tB/sFYBDAgDLSb31oUTboBGsi53T+0/BGqrmj2XMA8MjaSVNGtgaEyj7EvMGsvq7s6t2a3BY BuPqshUJv/Xr2t8AWiP0CHHoBEl28+A5S+Q9OcUEf4lz6V6jIebrrOTkUoFwXqnXFJcahRGX85w j92Wmt3iLHD2kpmIiNer0WJf/2BzXlP6ogXZkh+ePxESjMcw0ht3E7ysX4/vKnnjGJqusbPb+6k Kb9sbManb49eMi2KfXs9Jin7eD6QIC2lr72uWqVurw0xAZTdVp64PxXqaUxtjn33TYiqyfG6upt +EcfR8JZMh3g5Td9rLt4WkdTLT4yYl4VnHmm/oTFpN1YUgSS X-Developer-Key: i=u.kleine-koenig@pengutronix.de; a=openpgp; fpr=0D2511F322BFAB1C1580266BE2DCDD9132669BD6 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 0/3] git-ptx-patches: A fix and two minor improvements X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Thorsten Scherer Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Hello, occasionally I hit the problem that git-ptx-patches removes the From: line from patches. I cannot reproduce that at will, but I think the issue is fixed in the first patch. I hit that sometimes in the past with no good idea how it could happen. Today Thorsten also hit it, which made me look into the problem again and then I spotted the issue. The other two patches are just minor improvements that I noticed while researching for the race. Best regards Uwe Uwe Kleine-König (3): git-ptx-patches: Fix a race condition git-ptx-patches: Open .ptxdist/series less often for writing git-ptx-patches: Simplify nested if construct scripts/git-ptx-patches | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) base-commit: 8d8f9a47d135920da7b70a5d71b763c457f4bcaf -- 2.42.0