Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Elman <aelman@indeed.com>2014-06-11 20:37:29 +0400
committerAlex Elman <aelman@indeed.com>2014-06-15 18:53:00 +0400
commite6722cb1786f7765228c2ac81f337ec5d09f9d19 (patch)
tree2ab5c281fc66b8210fa3e8c362fdf7fb853ec39a /CHANGELOG
parent46e33ed3714e876030e796bd5ef53248a8bb79e1 (diff)
Provide better email subject lines from email on push service
If one commit is pushed, display the commit message in the subject line. Otherwise display the number of commits pushed to the repository.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8fa1fb000ad..1b17bcac32f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,6 +37,7 @@ v 7.0.0
- Remove wall feature (no data loss - you can take it from database)
- Dont expose user emails via API unless you are admin
- Detect issues closed by Merge Request description
+ - Better email subject lines from email on push service (Alex Elman)
v 6.9.2
- Revert the commit that broke the LDAP user filter