From 05f3db6f23af1fcb49a23a9b22547f65aa3022f2 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 10 Jan 2023 08:23:58 +1100 Subject: [PATCH] add script for reporting duplicate commits --- dup_commit | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 dup_commit 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" <