summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2017-01-02 18:56:12 +0000
committerRichard Maw <richard.maw@gmail.com>2017-01-02 19:27:17 +0000
commit8afc4a51b5b355b4b0029376f27c8db5fe7840eb (patch)
tree7b8917731809c64dbcaad9fe771b796e2ecc438a /doc
parentcb927bf5f9aebcea13f30cd2dfa781b1b8ca7cfb (diff)
downloadgitano-8afc4a51b5b355b4b0029376f27c8db5fe7840eb.tar.gz
Remove /{prefix,suffix} matches
`prefix` and `suffix` operators exist, and make this redundant.
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/000.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/admin/000.mdwn b/doc/admin/000.mdwn
index 5bf9e8c..592cd9b 100644
--- a/doc/admin/000.mdwn
+++ b/doc/admin/000.mdwn
@@ -256,8 +256,6 @@ Table: Gitano predicates
`ref` the ref (branch, tag) being operated on
`user` username of user invoking gitano, or target of `as`
`repository` path of repository being operated on
-`repository/basename` the basename part of a repository
-`repository/dirname` all but the basename part of a repository
`start_tree` to do with trees and tree changes during
`target_tree` ... update hook tests, to be documented
`treediff/targets` ... later (FIXME)
@@ -270,11 +268,7 @@ Table: Gitano predicates
`as_group` groups of user invoking `as otheruser`
`targetuser` username in a user manipulation command
`targetgroup` the group in a group manipulation command
-`targetgroup/prefix` FIXME
-`targetgroup/suffix` FIXME
`member` the user in an group manipulation command
-`member/prefix` FIXME
-`member/suffix` FIXME
---------------------- -----------