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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-07-12 17:52:44 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-07-12 17:52:44 +0300
commitdb2a924d018510a60a1378f75fd7025ac3b5810c (patch)
tree86ea18506b78714a6d2458babc270b17ca657e2d /_support
parent8b172f7d079cc2bd7e8f80a8a210d1c4d031d017 (diff)
parent057d836bc1b42dfc51e8c4dab1cf468eeaf97188 (diff)
Merge branch 'make-wiki-private' into 'master'
Move git/wiki*.rb out of vendor See merge request gitlab-org/gitaly!804
Diffstat (limited to '_support')
-rwxr-xr-x_support/vendor-gitlab-git4
1 files changed, 4 insertions, 0 deletions
diff --git a/_support/vendor-gitlab-git b/_support/vendor-gitlab-git
index 94bf92e91..abd3ef563 100755
--- a/_support/vendor-gitlab-git
+++ b/_support/vendor-gitlab-git
@@ -22,6 +22,10 @@ EXCLUDE = %w[
lib/gitlab/git/storage/
lib/gitlab/git/storage.rb
lib/gitlab/git/tree.rb
+ lib/gitlab/git/wiki.rb
+ lib/gitlab/git/wiki_file.rb
+ lib/gitlab/git/wiki_page.rb
+ lib/gitlab/git/wiki_page_version.rb
].freeze
REMOTE = 'https://gitlab.com/gitlab-org/gitlab-ce'.freeze