From 83a81ffc5df04de74b8a93737ddc54d26981baef Mon Sep 17 00:00:00 2001 From: James Lopez Date: Fri, 12 Feb 2016 09:16:19 +0100 Subject: [PATCH] typo --- app/services/git_push_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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