summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-12 09:16:19 +0100
committerJames Lopez <james@jameslopez.es>2016-02-12 09:16:19 +0100
commit83a81ffc5df04de74b8a93737ddc54d26981baef (patch)
tree2b1ab11ef9ce07763cc0c6cd1d97847beebec20d
parent77d2aeabec4601a1d9dda93c8fff0c7d1051ba1f (diff)
downloadgitlab-ce-83a81ffc5df04de74b8a93737ddc54d26981baef.tar.gz
typo
-rw-r--r--app/services/git_push_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/git_push_service.rb b/app/services/git_push_service.rb
index 491322f5ff5..5362dd401be 100644
--- a/app/services/git_push_service.rb
+++ b/app/services/git_push_service.rb
@@ -40,7 +40,7 @@ class GitPushService
else
# Use the pushed commits that aren't reachable by the default branch
# as a heuristic. This may include more commits than are actually pushed, but
- # that shouldn't matter because we check for existing cross-@references later.
+ # that shouldn't matter because we check for existing cross-references later.
@push_commits = @project.repository.commits_between(@project.default_branch, @newrev)
# don't process commits for the initial push to the default branch