diff options
author | Stan Hu <stanhu@gmail.com> | 2016-07-13 06:41:06 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-07-13 06:49:58 -0700 |
commit | 0d4b1bb752c65946c89b4240602e91b06c3fad36 (patch) | |
tree | ce0b2a918574db6bfac4c15fb0ceb9a84007d8c0 /CHANGELOG | |
parent | d5c715c9cc23a403d908e4686db152d8316ac684 (diff) | |
download | gitlab-ce-0d4b1bb752c65946c89b4240602e91b06c3fad36.tar.gz |
Refresh branch cache after `git gc`
Possible workaround for #15392
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index a50edf1a797..fa6044bd87c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ v 8.10.0 (unreleased) - Expose {should,force}_remove_source_branch (Ben Boeckel) - Fix commit builds API, return all builds for all pipelines for given commit. !4849 - Replace Haml with Hamlit to make view rendering faster. !3666 - - Expire the branch cache after `git gc` runs + - Refresh the branch cache after `git gc` runs - Refactor repository paths handling to allow multiple git mount points - Optimize system note visibility checking by memoizing the visible reference count !5070 - Add Application Setting to configure default Repository Path for new projects |