diff options
| author | Anton Bobov <anton@bobov.name> | 2023-11-03 21:03:01 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-11-03 21:03:01 +0500 |
| commit | c1c648cabb419a0f281e32685287ca1e07e9271f (patch) | |
| tree | aa2d0391b4a2f07e736a52c8e355054de9cf4a72 | |
| parent | f48019eaef7bb6ca256d391a51401fc3c9728d58 (diff) | |
Updates
| -rwxr-xr-x | git-split | 2 | ||||
| -rwxr-xr-x | sign-images | 6 |
2 files changed, 1 insertions, 7 deletions
@@ -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/' $* - |
