Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-01-18 23:54:26 +0300
committerStan Hu <stanhu@gmail.com>2019-02-06 08:33:10 +0300
commit322402aada3cabe0a0e89d150ddce299e1d213e5 (patch)
treefa4e89fa112a40e15e9409dafe313a58391442b1 /lib/gitlab/shell.rb
parentb103f61450a0553a4a266bd394ae6d6f3c4d10b1 (diff)
Add more tests and comments around Wiki formatting
Diffstat (limited to 'lib/gitlab/shell.rb')
-rw-r--r--lib/gitlab/shell.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/shell.rb b/lib/gitlab/shell.rb
index 9f2de59684c..9e8fce29153 100644
--- a/lib/gitlab/shell.rb
+++ b/lib/gitlab/shell.rb
@@ -64,6 +64,7 @@ module Gitlab
end
end
+ # Convenience methods for initializing a new repository with a Project model.
def create_project_repository(project)
create_repository(project.repository_storage, project.disk_path, project.full_path)
end