From 18aa0d830d708e4bc16c272b3ec035bd017b941b Mon Sep 17 00:00:00 2001 From: Johan Henkens Date: Thu, 12 Sep 2019 21:04:04 +0000 Subject: Add first_parent to find-commits and count-commits --- proto/commit.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/commit.proto') diff --git a/proto/commit.proto b/proto/commit.proto index 6a73e76c0..35ce65c43 100644 --- a/proto/commit.proto +++ b/proto/commit.proto @@ -216,6 +216,7 @@ message CountCommitsRequest { int32 max_count = 6; // all and revision are mutually exclusive bool all = 7; + bool first_parent = 8; } message CountCommitsResponse { @@ -341,6 +342,7 @@ message FindCommitsRequest { google.protobuf.Timestamp before = 10; // all and revision are mutually exclusive bool all = 11; + bool first_parent = 12; } // A single 'page' of the result set -- cgit v1.2.3