From 64acd70afc4faa66f9cec9f1a286ca299003b6d3 Mon Sep 17 00:00:00 2001 From: Greg Cobb Date: Wed, 5 Jun 2024 16:41:35 -0700 Subject: [PATCH] Remove commit_with_shortlog - Does not work; It attempted to call bin/staged_shortlog, which doesn't exist. --- bin/commit_with_shortlog | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 bin/commit_with_shortlog diff --git a/bin/commit_with_shortlog b/bin/commit_with_shortlog deleted file mode 100755 index 2962564..0000000 --- a/bin/commit_with_shortlog +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -script_dir=$(dirname $0) - -$script_dir/staged_shortlog | git ci -F -