diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-27 11:45:53 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-27 11:45:53 +0000 |
commit | 2cd1cee639843fed70bdd1be27c147bb6a719877 (patch) | |
tree | a2534640e7364d45f8ff0303a4ea207a26c11cd1 /CHANGELOG | |
parent | 464123b388677bb2214515c9a495bd453689ff59 (diff) | |
parent | a9e2686139fa4c7d5cd5f567854dc95627cc26a7 (diff) | |
download | gitlab-ce-2cd1cee639843fed70bdd1be27c147bb6a719877.tar.gz |
Merge branch 'commit-graphs-by-email' into 'master'
Group project contributions by both name and email.
See https://twitter.com/Argorain/status/598751646143897600.
We now group by both name and email, so that "Douwe Maan - douwe@gitlab.com", "Douwe Maan - me@douwe.me" and "Douwe M. - me@douwe.me" are all combined into one graph.
Fixes internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2328.
See merge request !700
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index ee733858552..8f77dd6561c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ v 7.12.0 (unreleased) - Consistently refer to MRs as either Accepted or Rejected. - Add Accepted and Rejected tabs to MR lists. - Prefix EmailsOnPush email subject with `[Git]`. + - Group project contributions by both name and email. v 7.11.2 - no changes |