Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
77d17719
Commit
77d17719
authored
8 years ago
by
Yatish Mehta
Committed by
Yatish Mehta
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment for project argument in commit_range.rb
parent
0e987ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/models/commit_range.rb
app/models/commit_range.rb
+2
-2
No files found.
app/models/commit_range.rb
View file @
77d17719
...
...
@@ -23,7 +23,7 @@ class CommitRange
attr_reader
:commit_from
,
:notation
,
:commit_to
attr_reader
:ref_from
,
:ref_to
#
Optional
Project model
#
The
Project model
attr_accessor
:project
# The beginning and ending refs can be named or SHAs, and
...
...
@@ -56,7 +56,7 @@ class CommitRange
# Initialize a CommitRange
#
# range_string - The String commit range.
# project -
An optional
Project model.
# project -
The
Project model.
#
# Raises ArgumentError if `range_string` does not match `PATTERN`.
def
initialize
(
range_string
,
project
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment