commit - fb755b83b51e79235a2c548dd81d04db933f81e8
commit + cad8b35d324b72b8fb478e8ab353da1824d82039
blob - 9cc8fda2a61965f77b897eaa852ed8812f2ed7e6
blob + 80848550d9f189c5f02f34fea14379857dbd78a1
--- gotd/gotd.conf.5
+++ gotd/gotd.conf.5
.It Dv author
An object with the author information.
Has the same fields as the
-.Dv committer
+.Sq committer
but may be unset.
.It Dv date
Number, representing the number of seconds since the Epoch in UTC.
.It Dv diffstat
An object with the summarized changes, may be unset.
Contains a
-.Dv files
+.Sq files
field with an array of objects describing the changes per-file and a
-.Dv total
+.Sq total
field with the cumulative changes.
The changes per-file contains the following fields:
.Pp
.El
.Pp
The
-.Dv total
+.Sq total
object contains two fields:
-.Dv added
+.Sq added
and
-.Dv removed
+.Sq removed
which are the number of added and removed lines respectively.
.El
.It Dv branch-deleted
The tag reference.
.It tagger
The user information, with the same format of the
-.Dv committer
+.Sq committer
field for the
-.Dv commit
+.Sq commit
notification but with all the field guaranteed to be set.
.It Dv date
Number, representing the number of seconds since the Epoch in UTC.
.It Dv object
The object being tagged.
It contains the fields
-.Dv type
+.Sq type
with the object type and
-.Dv id
+.Sq id
with the object id being tagged.
.It Dv message
The tag message.