diff options
author | James Lopez <james@jameslopez.es> | 2016-02-12 09:16:19 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-12 09:16:19 +0100 |
commit | 83a81ffc5df04de74b8a93737ddc54d26981baef (patch) | |
tree | 2b1ab11ef9ce07763cc0c6cd1d97847beebec20d /app/services | |
parent | 77d2aeabec4601a1d9dda93c8fff0c7d1051ba1f (diff) | |
download | gitlab-ce-83a81ffc5df04de74b8a93737ddc54d26981baef.tar.gz |
typo
Diffstat (limited to 'app/services')
-rw-r--r-- | app/services/git_push_service.rb | 2 |
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 |