summaryrefslogtreecommitdiff
path: root/infra/dgit-repos-server
diff options
context:
space:
mode:
Diffstat (limited to 'infra/dgit-repos-server')
-rwxr-xr-xinfra/dgit-repos-server8
1 files changed, 5 insertions, 3 deletions
diff --git a/infra/dgit-repos-server b/infra/dgit-repos-server
index 1665949..5cacfb8 100755
--- a/infra/dgit-repos-server
+++ b/infra/dgit-repos-server
@@ -205,11 +205,13 @@ setup_sigwarn();
# POL-CL-QUERY is one of the following:
#
# tainted-objects <empty>
-# => [ { "gitobjtype": "commit", # as from git-cat-file -t
-# "gitobjid": "sha",
+# => [ { "gitobjid": "sha",
# "comment": $string, # in server"s native language, UTF-8
-# "hint": $string, # optional, client should translate if it can
# "overrides": [ "--deliberately-include-q-h", ... ],
+# # optional (may be absent, not null):
+# "gitobjtype": "commit", # as from git-cat-file -t
+# "time": $time_t,
+# "hint": $string, # client should translate if it can
# } }
#
# Arguments after POL-CL-QUERY cannot contain `;` or whitespace;