summaryrefslogtreecommitdiff
path: root/Biz/Ide/hooks/reference-transaction.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Ide/hooks/reference-transaction.sh')
-rwxr-xr-xBiz/Ide/hooks/reference-transaction.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/Biz/Ide/hooks/reference-transaction.sh b/Biz/Ide/hooks/reference-transaction.sh
deleted file mode 100755
index ea0cce6..0000000
--- a/Biz/Ide/hooks/reference-transaction.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-## START BRANCHLESS CONFIG
-
-# Avoid canceling the reference transaction in the case that `branchless` fails
-# for whatever reason.
-git branchless hook reference-transaction "$@" || (
-echo 'branchless: Failed to process reference transaction!'
-echo 'branchless: Some events (e.g. branch updates) may have been lost.'
-echo 'branchless: This is a bug. Please report it.'
-)
-
-## END BRANCHLESS CONFIG