typo
This commit is contained in:
parent
77d2aeabec
commit
83a81ffc5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue