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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c916f293
Commit
c916f293
authored
Nov 25, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some explanation to Repository#update_branch_with_hooks
parent
e866985b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
app/models/repository.rb
app/models/repository.rb
+5
-2
No files found.
app/models/repository.rb
View file @
c916f293
...
...
@@ -1146,8 +1146,11 @@ class Repository
fetch_ref
(
path_to_repo
,
ref
,
ref_path
)
end
# Whenever `source_branch` is passed, if `branch` doesn't exist, it would
# be created from `source_branch`.
# Whenever `source_branch` or `source_commit` is passed, if `branch`
# doesn't exist, it would be created from `source_branch` or
# `source_commit`. Should only pass one of them, not both.
# If `source_project` is passed, and the branch doesn't exist,
# it would try to find the source from it instead of current repository.
def
update_branch_with_hooks
(
current_user
,
branch
,
source_branch:
nil
,
source_commit:
nil
,
source_project:
project
)
...
...
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