From 916e848bd77cc0a63f083ff48e5a2e4e788e1f51 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 19 Dec 2011 09:11:52 -0500
Subject: [PATCH] Fixed commit url in sendemail.groovy

---
 docs/05_roadmap.mkd |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/docs/05_roadmap.mkd b/docs/05_roadmap.mkd
index e9d2dcb..9be6372 100644
--- a/docs/05_roadmap.mkd
+++ b/docs/05_roadmap.mkd
@@ -37,7 +37,10 @@
 
 ### IDEAS
 
-* Gitblit: consider user-subscribed email notifications for a repository branch
+* Gitblit: implement branch permission controls as Groovy pre-receive script.  
+*Maintain permissions text file similar to a gitolite configuration file or svn authz file.*
+* Gitblit: consider user-subscribed email notifications for a repository branch as a built-in feature.  
+*There is a sample Groovy post-receive hook script which can send emails.*
 * Gitblit: aggregate RSS feeds by tag or subfolder
 * Gitblit: Consider creating more Git model objects and exposing them via the JSON RPC interface to allow inspection/retrieval of Git commits, Git trees, etc from Gitblit.
 * Gitblit: Stronger ticgit integration (issue 8)

--
Gitblit v1.9.1