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
path: root/app/roles
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-07-29 21:08:58 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-07-29 21:08:58 +0400
commit2cf5a9efbc420649f1b2554378782239835a8357 (patch)
treefe0a409858b93f8b92155a33138b9fd0f8c2a4e9 /app/roles
parentc6034af44e47e08f610f18b132b3a69c592d0f91 (diff)
Better name for Project push methods module
Diffstat (limited to 'app/roles')
-rw-r--r--app/roles/project_push.rb (renamed from app/roles/git_push.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/roles/git_push.rb b/app/roles/project_push.rb
index 4ee7e62a69e..44e97b45d8c 100644
--- a/app/roles/git_push.rb
+++ b/app/roles/project_push.rb
@@ -1,4 +1,4 @@
-module GitPush
+module ProjectPush
def observe_push(oldrev, newrev, ref, user)
data = post_receive_data(oldrev, newrev, ref, user)