aboutsummaryrefslogtreecommitdiffstats
path: root/govc
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-07-21 08:12:58 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-10-07 11:02:08 +0200
commitbbd5cc3a8b1514f13ec4fe4621f7260b454de684 (patch)
tree1b33d7482efc4c7e23b928626a82dcd3694b92ae /govc
parent82f8d6bd8def5933f63376b904714c96d8611f9f (diff)
downloadgosc-bbd5cc3a8b1514f13ec4fe4621f7260b454de684.tar.gz
Make gocv into a functional git-oci command.
Diffstat (limited to 'govc')
-rwxr-xr-xgovc8
1 files changed, 0 insertions, 8 deletions
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 - "$@"