From: Stephen Rothwell Date: Mon, 9 Jan 2023 21:23:58 +0000 (+1100) Subject: add script for reporting duplicate commits X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=05f3db6f23af1fcb49a23a9b22547f65aa3022f2;p=next-scripts add script for reporting duplicate commits --- diff --git a/dup_commit b/dup_commit new file mode 100755 index 0000000..75627b6 --- /dev/null +++ b/dup_commit @@ -0,0 +1,12 @@ +#!/bin/bash + +subject="duplicate patches in the BRANCH tree" + +tools_dir=$(dirname "$0") +"$tools_dir"/message_helper "$@" "$subject" <