From: Stephen Rothwell Date: Wed, 10 Jul 2024 02:34:11 +0000 (+1000) Subject: dup_commit: cope with a different tree and multiple commits X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=709d48a7014d27ded0891bbcebb405d0ebbaa67c;p=next-scripts dup_commit: cope with a different tree and multiple commits --- 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" <