James Moger
2012-03-31 2f5d1569cb08328c5358c919b53faa0cc8835775
groovy/sendmail.groovy
@@ -52,12 +52,13 @@
 * chain, "return false" at the appropriate failure points.
 * 
 * Bound Variables:
 *  gitblit      Gitblit Server          com.gitblit.GitBlit
 *  repository   Gitblit Repository      com.gitblit.models.RepositoryModel
 *  user      Gitblit User         com.gitblit.models.UserModel
 *  commands   JGit commands          Collection<org.eclipse.jgit.transport.ReceiveCommand>
 *   url         Base url for Gitblit   String
 *  logger      Logger instance         org.slf4j.Logger
 *  gitblit         Gitblit Server             com.gitblit.GitBlit
 *  repository      Gitblit Repository         com.gitblit.models.RepositoryModel
 *  user         Gitblit User            com.gitblit.models.UserModel
 *  commands      JGit commands             Collection<org.eclipse.jgit.transport.ReceiveCommand>
 *   url            Base url for Gitblit      String
 *  logger         Logs messages to Gitblit    org.slf4j.Logger
 *  clientLogger   Logs messages to Git client   com.gitblit.utils.ClientLogger
 *  
 */