From 709d48a7014d27ded0891bbcebb405d0ebbaa67c Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 10 Jul 2024 12:34:11 +1000 Subject: [PATCH] dup_commit: cope with a different tree and multiple commits --- dup_commit | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/dup_commit b/dup_commit index 75627b6..f18cea8 100755 --- a/dup_commit +++ b/dup_commit @@ -1,12 +1,24 @@ #!/bin/bash -subject="duplicate patches in the BRANCH tree" - tools_dir=$(dirname "$0") -"$tools_dir"/message_helper "$@" "$subject" <