284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
|
The T card represents a [./branching.wiki#tags | tag or property]
that is applied to
some other artifact. The T card has two or three values. The
second argument is the 40 character lowercase artifact ID of the artifact
to which the tag is to be applied. The
first value is the tag name. The first character of the tag
is either "+", "-", or "*". A "+" means the tag should be added
to the artifact. The "-" means the tag should be removed.
The "*" character means the tag should be added to the artifact
and all direct descendants (but not branches) of the artifact down
to but not including the first descendant that contains a
more recent "-" tag with the same name.
The optional third argument is the value of the tag. A tag
without a value is a boolean.
When two or more tags with the same name are applied to the
same artifact, the tag with the latest (most recent) date is
used.
|
|
|
|
|
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
|
The T card represents a [./branching.wiki#tags | tag or property]
that is applied to
some other artifact. The T card has two or three values. The
second argument is the 40 character lowercase artifact ID of the artifact
to which the tag is to be applied. The
first value is the tag name. The first character of the tag
is either "+", "-", or "*". The "+" means the tag should be added
to the artifact. The "-" means the tag should be removed.
The "*" character means the tag should be added to the artifact
and all direct descendants (but not descendents through a merge) down
to but not including the first descendant that contains a
more recent "-" or "+" tag with the same name.
The optional third argument is the value of the tag. A tag
without a value is a boolean.
When two or more tags with the same name are applied to the
same artifact, the tag with the latest (most recent) date is
used.
|