diff options
author | Robert Speicher <robert@gitlab.com> | 2016-08-31 15:19:11 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-08-31 15:19:11 +0000 |
commit | a4d3c4880106535bd3a028b5c1a5786c5d6885e0 (patch) | |
tree | fcc6ad32c5ecf295816bb448655a93bc21fe539c /CHANGELOG | |
parent | 54199afb02d9777e7fa3a41347ff49096b4dbdee (diff) | |
parent | f1d37cd4ba7dcb2e70ac5c221c08db0d8aa6b8f1 (diff) | |
download | gitlab-ce-a4d3c4880106535bd3a028b5c1a5786c5d6885e0.tar.gz |
Merge branch 'enable-repack-bitmaps' into 'master'
Create bitmaps during 'git gc'
## What does this MR do?
Add instructions to enable creation of Git packfile bitmaps.
## Why was this MR needed?
Because we still are not using Git packfile bitmaps in GitLab
[ci skip]
See merge request !6104
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a17425de7dc..6b09dfa8d74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 8.12.0 (unreleased) - Remove vendor prefixes for linear-gradient CSS (ClemMakesApps) - Add font color contrast to external label in admin area (ClemMakesApps) - Change logo animation to CSS (ClemMakesApps) + - Instructions for enabling Git packfile bitmaps !6104 - Change merge_error column from string to text type - Reduce contributions calendar data payload (ClemMakesApps) - Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel) |