From 38999b2ff8e0ff1d65e732ec0e6208d26caded56 Mon Sep 17 00:00:00 2001 From: Bart Thomee <11445373+bthomee@users.noreply.github.com> Date: Wed, 15 Oct 2025 17:10:03 -0400 Subject: [PATCH] Remove unnecessary script --- squash-commits.sh | 120 ---------------------------------------------- 1 file changed, 120 deletions(-) delete mode 100755 squash-commits.sh diff --git a/squash-commits.sh b/squash-commits.sh deleted file mode 100755 index 606b1fe636..0000000000 --- a/squash-commits.sh +++ /dev/null @@ -1,120 +0,0 @@ -#!/bin/bash - -if [[ $# -ne 3 || "$1" == "--help" || "$1" = "-h" ]] -then - name=$( basename $0 ) - cat <<- USAGE - Usage: $name pr "title" "description" - - * All commits in the specified PR will be squashed and a new commit prepared - with the provided title and description as commit message. - * This script will not push the new commit. You will need to do so yourself - by force-pushing, since you will be rewriting history. You must be the - author of the PR or a maintainer of the repository in order to perform this - operation. - * The 'gh' CLI tool must be installed and authenticated. - * To write a multiline description, you can use "\$(cat <