From patchwork Tue Apr 18 14:07:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 126240 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 56A054297D; Tue, 18 Apr 2023 16:07:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4353742C76; Tue, 18 Apr 2023 16:07:48 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 43EFE42C24 for ; Tue, 18 Apr 2023 16:07:47 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id C06435C0125; Tue, 18 Apr 2023 10:07:44 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Tue, 18 Apr 2023 10:07:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm3; t=1681826864; x=1681913264; bh=VuSPoOKUQK wvWU3nUYOjDwXSXumb8kff13sV0rDdvkc=; b=k8DWXhelqy9u7LEhdnrLPJZjSA bvyzcSSpumr6Rj2ex+H5AjYhJJaFn9LIXd0WKu862HJsqupx5qxuMDvwaY935cL6 W+ULo2fuhadu+DGUIBvA8z7BlZw3A+Ccs8fqls9vh4sjN4q3QG0I4iu5kAsmxfD4 MFpZae0mNEV38RtTqZMPTub+hecigAE/4YGeDrdjE6ff7a/WKJQc6uRP03R+xuAr 97Ma0I8PBkMXzW1UPX87SDNp3JyuDnpXukpkZt3Ft3QGdHDBmrKNLazc0A0qU2NZ eum4n7SFTzGHkPcGH51F2bTaIVlDxUDGGzgxmyt7dK1TePm4pMXaRlzLVBFg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; t=1681826864; x=1681913264; bh=VuSPoOKUQKwvWU3nUYOjDwXSXumb 8kff13sV0rDdvkc=; b=iCNSoGn5/BEAHS3TznYJ6XkryZfambLk9lfQyuJOuX05 8ggWBtdExiXImgX4kUIA46FoURt+Q9uAVkWbWTzzjOLPf4EYqsnj2CGUrASdgkkr el1NDCzneeI4RfPNk++3LC6+JkFjP+oVSNo5OBypH2RqxvIMhbB2ghogfVFu0ol3 /e8+nIOeHvwBfhm2WPKdg/flfqjh5MPJ3710BPiPiq6UWD/QKdzeWh1rjgcXpAey umpyqOnuVW2GZ7DDEFwt563Qd+DuQUQetFkgyLrs5vLElfsF9X963ydvKOW6vgVB /WLYX2z49tu0oXpCSLpHU/fVsJ+LNutJIMpyzNL2DA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdelkedgjedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvledvudehvdduudevuedvve ehgeduleegiefgjeehudehtddtgeduffejiefhgfenucevlhhushhtvghrufhiiigvpedt necurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvg ht X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Tue, 18 Apr 2023 10:07:43 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Subject: [PATCH 0/2] minor changes in script used for backports Date: Tue, 18 Apr 2023 16:07:24 +0200 Message-Id: <20230418140726.1472209-1-thomas@monjalon.net> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org While looking again at git-log-fixes.sh, I've found a minor bug and a small improvement. Thomas Monjalon (2): devtools: fix check of multiple commits fixed at once devtools: deduplicate function to mark fixes devtools/git-log-fixes.sh | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-)