blob: 08de809b20491125383501f7cebacc6c598ebaeb [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;
}