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:
Diffstat (limited to 'proto/hook.proto')
-rw-r--r--proto/hook.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/hook.proto b/proto/hook.proto
index 84ed1caac..a14278592 100644
--- a/proto/hook.proto
+++ b/proto/hook.proto
@@ -100,8 +100,11 @@ message UpdateHookResponse{
message ReferenceTransactionHookRequest {
// This comment is left unintentionally blank.
enum State {
+ // This comment is left unintentionally blank.
PREPARED = 0;
+ // This comment is left unintentionally blank.
COMMITTED = 1;
+ // This comment is left unintentionally blank.
ABORTED = 2;
}