summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2017-01-08 14:40:01 +0000
committerRichard Maw <richard.maw@gmail.com>2017-01-08 14:40:01 +0000
commit918dd0a2df31fac1184e106b5ec9bec4eb91018a (patch)
tree3f01847c32cc1dfa58a3560b9c0d820747c30a51 /doc
parent089408c30b28e83fac7127ad0caa5888892e45c8 (diff)
downloadgitano-918dd0a2df31fac1184e106b5ec9bec4eb91018a.tar.gz
admin-doc: Add variables for tagged content and signing
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/000.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/admin/000.mdwn b/doc/admin/000.mdwn
index 2177999..003b6ee 100644
--- a/doc/admin/000.mdwn
+++ b/doc/admin/000.mdwn
@@ -328,10 +328,16 @@ graveyard target Name of destination when restoring. Name of ent
keyring list keyring Name of the keyring to be listed
keyring keyringname Name of keyring being manipluated for everything except `keyring list`.
ref update ref Name of the ref being updated.
-ref update newtype Object type of the new tip of the ref (i.e. "tag" or "commit").
+ref update newtype Object type of the new tip of the ref (e.g. "tag" or "commit").
ref update oldtype Object type of the tip of the ref before the update.
ref update newsha SHA1 Object ID of the new tip of the ref
ref update oldsha SHA1 Object ID of the tip of the ref before the update.
+ref update newtaggedtype If new tip of the ref is a tag, type of the object that is tagged.
+ref update oldtaggedtype If old tip of the ref is a tag, type of the object that is tagged.
+ref update newtaggedsha If new tip of the ref is a tag, object ID of the object that is tagged.
+ref update oldtaggedsha If old tip of the ref is a tag, object ID of the object that is tagged.
+ref update newsigned "yes" if the new tip of the ref is signed
+ref update oldsigned "yes" if the old tip of the ref is signed
------------ ------------------- -----------------------------------------------------------------------
Variables are used as interpolations for the value of a predicate.