Dont init repo on every create(:repo)
This commit is contained in:
parent
541d899410
commit
9a26e9a0d6
7 changed files with 18 additions and 11 deletions
|
@ -144,6 +144,10 @@ module Gitlab
|
|||
rescue
|
||||
true
|
||||
end
|
||||
|
||||
def no_commit_message
|
||||
"--no commit message"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue