From cfa15d0846e43b72d91ec83384c8d1cefcd1c80c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 6 Nov 2013 19:14:11 +0200 Subject: Remove default_branch support from API project creation Signed-off-by: Dmitriy Zaporozhets --- lib/api/projects.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/api') diff --git a/lib/api/projects.rb b/lib/api/projects.rb index 221f1f1e23c..42560572046 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -60,7 +60,6 @@ module API # Parameters: # name (required) - name for new project # description (optional) - short project description - # default_branch (optional) - 'master' by default # issues_enabled (optional) # wall_enabled (optional) # merge_requests_enabled (optional) @@ -75,7 +74,6 @@ module API attrs = attributes_for_keys [:name, :path, :description, - :default_branch, :issues_enabled, :wall_enabled, :merge_requests_enabled, -- cgit v1.2.1