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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-07 13:14:19 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-07 13:14:19 +0400
commitca9098d8982041ba76402c80c9018beb10836db8 (patch)
tree75e4b3f70a809557c1bcb7f289653551ce391e60 /app/services/git_push_service.rb
parente90277f9b526194bacf740c352e014baa14b1f40 (diff)
remove last commit widget, added repo size and owner info on project home page
Diffstat (limited to 'app/services/git_push_service.rb')
-rw-r--r--app/services/git_push_service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/services/git_push_service.rb b/app/services/git_push_service.rb
index 208ccf699d2..d0b3dd557a1 100644
--- a/app/services/git_push_service.rb
+++ b/app/services/git_push_service.rb
@@ -23,6 +23,7 @@ class GitPushService
project.ensure_satellite_exists
project.discover_default_branch
+ project.repository.expire_cache
if push_to_branch?(ref, oldrev)
project.update_merge_requests(oldrev, newrev, ref, @user)