Hello gitlab folk,

I'd like to ask a question about E-mails on Push Service notification mails 
in my Gitlab 7.1.1 server.

We were used to post-receive hooks to get commit e-mails from Gitlab before 
the update of 7.1.1 version.

After update, we decided to use E-mails on Push Service, but i want to 
change the format of notification mails we get. 

Is there any way to do this ? 

I'd like to show some example commit mails :

This is what we get with the E-mails on Push Service notification :

XXX pushed to refs/heads/master at puppet / module-ssh

Commits:
df81f2e91ae by XXX
Default password changed
- - - - -

Changes:

=====================================
README.md
=====================================
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Creates ssh accounts. Manages sudoers.

   class { 'ssh::manage':
       sysadmin_users => [ "bla", "bla", bla", ],



And this is what we get before the E-mails on Push Service and would like 
to change to:

Repository : ssh://[email protected]/path/to/repository.git
On branch  : master
Link       : 
http://domain.com/path/to/repository/aa15de820434123566a3cf6280c5598bccf120c00

commit /aa15de820434123566a3cf6280c5598bccf120c00
Author: XXX YYY <[email protected]>
Date:   Wed Aug 27 16:43:45 2014 +0300

    refs #13106 commit message comes here

>---------------------------------------------------------------/aa15de820434123566a3cf6280c5598bccf120c00
 index.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php
index a4db1a2..08bb4d5 100755
--- a/index.php
+++ b/index.php
@@ -8,7 +8,11 @@
                         the_content();    
             endwhile; 
         ?>        
+            <div class="clr"></div>
+            <!-- Go to www.addthis.com/dashboard to customize your tools -->
...


Any suggestions or solutions would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/3aa32c9e-c450-4240-b973-91daf86c2ae5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to