]> git.corax.cc Git - foundry/commitdiff
spec/commit: Remove timestamp field from commit messages
authorMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:31:04 +0000 (09:31 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:31:04 +0000 (09:31 +0900)
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

index 19acebb19d80385a90b1c4d1f54bdf97f57c39b9..7b155c9c7630fff4144e1aadb33f8f81c5a30d7c 100644 (file)
            "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"
        }
     },