summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-11-03 21:03:01 +0500
committerAnton Bobov <anton@bobov.name>2023-11-03 21:03:01 +0500
commitc1c648cabb419a0f281e32685287ca1e07e9271f (patch)
treeaa2d0391b4a2f07e736a52c8e355054de9cf4a72
parentf48019eaef7bb6ca256d391a51401fc3c9728d58 (diff)
Updates
-rwxr-xr-xgit-split2
-rwxr-xr-xsign-images6
2 files changed, 1 insertions, 7 deletions
diff --git a/git-split b/git-split
index c31984c..4ccc3a7 100755
--- a/git-split
+++ b/git-split
@@ -14,5 +14,5 @@ git reset HEAD^
git diff-tree --no-commit-id --name-only -r "$SHA" | while read -r f; do
git add "$f"
- GIT_EDITOR="echo '0a\n$SHA $f\n\n.\nw' | ed -s" git commit -c "$SHA"
+ GIT_EDITOR="echo '0a\n$SHA $f\n\n.\nw' | ed -s" git commit -c "$SHA" --no-verify
done
diff --git a/sign-images b/sign-images
deleted file mode 100755
index a8950b6..0000000
--- a/sign-images
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-set -e
-
-exiftool -overwrite_original -Artist='Bobov Anton' -Copyright='Bobov Anton' -UserComment='http://dexter-tmn.livejournal.com/' $*
-