match/lib/match/options.rb in fastlane-2.29.0.beta.20170508010014 vs match/lib/match/options.rb in fastlane-2.29.0.beta.20170509010055

- old
+ new

@@ -104,9 +104,14 @@ FastlaneCore::ConfigItem.new(key: :shallow_clone, env_name: "MATCH_SHALLOW_CLONE", description: "Make a shallow clone of the repository (truncate the history to 1 revision)", is_string: false, default_value: false), + FastlaneCore::ConfigItem.new(key: :clone_branch_directly, + env_name: "MATCH_CLONE_BRANCH_DIRECTLY", + description: "Clone just the branch specified, instead of the whole repo. This requires that the branch already exists. Otherwise the command will fail", + is_string: false, + default_value: false), FastlaneCore::ConfigItem.new(key: :workspace, description: nil, verify_block: proc do |value| unless Helper.test? if value.start_with?("/var/folders") or value.include?("tmp/") or value.include?("temp/")