]> git.corax.cc Git - foundry/commit
include/msg/*: Change name of "tid" field to "context"
authorMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:50:14 +0000 (09:50 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:50:14 +0000 (09:50 +0900)
commit685d47d97d86ee857bd95f809beafdf983c27a63
treef5f64063f1692e52425ad8dae675aa448c8baaa5
parentffad155d01ed47b209ef6bdb3a0d21bce964d3c3
include/msg/*: Change name of "tid" field to "context"

The "tid" field was renamed to "context" in the specifications of all
message types, but the implementations still refer to the old name.
This commit changes the implementations of all message types to use
the correct field name.
include/msg/build.sh
include/msg/buildrequest.sh
include/msg/dist.sh
include/msg/distrequest.sh
include/msg/merge.sh
include/msg/mergerequest.sh
include/msg/sign.sh
include/msg/signrequest.sh
include/msg/test.sh
include/msg/testrequest.sh