From 4ba5f710811f35deee2b90e26a0464d51a736a08 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Sun, 18 Jul 2021 09:31:04 +0900 Subject: [PATCH] spec/commit: Remove timestamp field from commit messages The commit message specification contains a timestamp flag that is currently not implemented. Furthermore, the timestamp can also be acquired from the enclosing ipc_msg, so it is not necessary to duplicate the field in the higher layers. This commit removes the timestamp field from the message specification. --- spec/commit.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/commit.json b/spec/commit.json index 19acebb..7b155c9 100644 --- a/spec/commit.json +++ b/spec/commit.json @@ -20,11 +20,6 @@ "description": "The hash of the detected commit", "type": "string", "pattern": "^[0-9a-fA-F]+$" - }, - - "timestamp": { - "description": "The unix timestamp of the time the change was detected", - "type": "integer" } }, -- 2.47.3