Skip to content
Snippets Groups Projects
Commit 0bce077f authored by Heinrich Lee Yu's avatar Heinrich Lee Yu :basketball:
Browse files

Merge branch 'kerrizor-master-patch-47821' into 'master'

Fix minor typo in code comment

See merge request gitlab-org/gitlab!88215
parents ba06ae0b edfe80a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -44,7 +44,7 @@ def between(repo, head, base, options = {}, *paths)
else
# Only show what is new in the source branch
# compared to the target branch, not the other way
# around. The linex below with merge_base is
# around. The line below with merge_base is
# equivalent to diff with three dots (git diff
# branch1...branch2) From the git documentation:
# "git diff A...B" is equivalent to "git diff
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment