Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Henkens <johan@henkens.com>2019-09-13 00:04:04 +0300
committerJohn Cai <jcai@gitlab.com>2019-09-13 00:04:04 +0300
commit18aa0d830d708e4bc16c272b3ec035bd017b941b (patch)
treecef12e152a224525b372366ec619df0d4de729ac /proto/commit.proto
parent3bc16e2427cb705e902a2935c44466f3586445fd (diff)
Add first_parent to find-commits and count-commits
Diffstat (limited to 'proto/commit.proto')
-rw-r--r--proto/commit.proto2
1 files changed, 2 insertions, 0 deletions
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