From 645c1d828a38d57c16a0cba5c3f56fefc4378603 Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Mon, 2 Feb 2009 22:43:17 +0100 Subject: [PATCH] update-vim-runtime: take Bram as author and committer --- update-vim-runtime.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/update-vim-runtime.sh b/update-vim-runtime.sh index 79605bf0..1f60bf1d 100755 --- a/update-vim-runtime.sh +++ b/update-vim-runtime.sh @@ -5,6 +5,11 @@ # Fetch the current runtime files, commit them to the repository and show # changes if available. +export GIT_AUTHOR_NAME="Bram Moolenaar" +export GIT_AUTHOR_EMAIL="Bram@moolenaar.net" +export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME +export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL + rsync -avzcP --delete \ --exclude="/dos/" \ --include="/spell/en.*.spl" \ -- 2.11.4.GIT