From bbd5cc3a8b1514f13ec4fe4621f7260b454de684 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 21 Jul 2023 08:12:58 +0200 Subject: Make gocv into a functional git-oci command. --- govc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 govc (limited to 'govc') diff --git a/govc b/govc deleted file mode 100755 index 137d0ee..0000000 --- a/govc +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -set -eux - -git diff --no-color HEAD -- *.changes \ - |sed -E -n -e '/^\+[^+]/s/^\+//p' \ - |sed -e '/^-\{4,\}/,+1d' \ - |git commit -F - "$@" -- cgit