From 01ce33f322844d8794481ad2df2d3a416f9413bd Mon Sep 17 00:00:00 2001 From: Aleksey Sabilin Date: Tue, 7 Jul 2026 22:30:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20agent=20?= =?UTF-8?q?git-commit.sh,=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=B5=D1=81?= =?UTF-8?q?=D1=91=D0=BD=20=D0=B2=20~/.cursor/eventhub/.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/git-commit.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 scripts/git-commit.sh diff --git a/scripts/git-commit.sh b/scripts/git-commit.sh deleted file mode 100644 index 1f2c40c..0000000 --- a/scripts/git-commit.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail - -if [ $# -lt 2 ]; then - echo "Usage: git-commit.sh message paths..." >&2 - exit 1 -fi - -MSG=$1 -shift -REPO_ROOT=$(cd "$(dirname "$0")/.." && pwd) -cd "$REPO_ROOT" - -git add "$@" -/usr/bin/git commit -m "$MSG" -git log -1 --oneline