我在 post-commit 钩子中使用 commit-notification 命令,它工作正常,但电子邮件不包含提交的作者。这是我的脚本:
"<visualsvnpath>\bin\VisualSVNServerHooks.exe" ^
commit-notification "%1" -r %2 ^
--from myemail.com --to anothermail.com ^
--smtp-server smtpserver ^
--smtp-port 25 ^
--smtp-user someone@company.com ^
--smtp-password password
有没有办法在邮件通知中添加作者?