blob: f92ddcf9eb5370b4bd8f679c74aeb40311a59bc9 [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.git;
message InputProperties {
// Log additional information about what git is doing.
bool trace = 1;
}