diff options
Diffstat (limited to 'git-repository--after-tarball')
-rwxr-xr-x | git-repository--after-tarball | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repository--after-tarball b/git-repository--after-tarball index bed3d04..47844d0 100755 --- a/git-repository--after-tarball +++ b/git-repository--after-tarball @@ -64,7 +64,7 @@ if [ ! -e .git ]; then fi git add . set_GIT_AUTHOR_DATE $tarballs -git commit -q -a --author="unknown <>" -m "imported $tarballs" +git commit -q -a --author="unknown author <cooker@mandrivalinux.org>" -m "imported $tarballs" git branch -f vanilla git branch -f patches-applied git checkout patches-applied |