diff options
-rwxr-xr-x | bin/post-commit (renamed from bin/pre-commit) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pre-commit b/bin/post-commit index b68ba3d..23c8fb5 100755 --- a/bin/pre-commit +++ b/bin/post-commit @@ -8,9 +8,9 @@ fi touch "$LOCK_FILE" export GIT_COMMITTER_NAME="Qrius" -export GIT_COMMITTER_EMAIL="[email protected]" +export GIT_COMMITTER_EMAIL="[email protected]" export GIT_AUTHOR_NAME="Qrius" -export GIT_AUTHOR_EMAIL="[email protected]" +export GIT_AUTHOR_EMAIL="[email protected]" echo "Doing commit amend" git commit --amend --no-edit --author="$GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>" |