From: Matthias Kruk Date: Sun, 18 Jul 2021 00:31:04 +0000 (+0900) Subject: spec/commit: Remove timestamp field from commit messages X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=4ba5f710811f35deee2b90e26a0464d51a736a08;p=foundry 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. --- 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" } },