diff options
| -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/' $* - |
