blob: 19ed3508f244eb44bdc2dbe5e5bdf9307a0fe686 [file] [log] [blame]
// Copyright 2019 The Flutter 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 = "proto2";
import "lib/src/model/proto/internal/key.proto";
message Commit {
optional RootKey key = 1;
optional int64 timestamp = 2;
optional string sha = 3;
optional string author = 4;
optional string authorAvatarUrl = 5;
optional string repository = 6;
optional string branch = 7;
}