1SVK::Log::Filter::AuthoUrs(e3r)Contributed Perl DocumentSaVtKi:o:nLog::Filter::Author(3)
2
3
4

SYNOPSIS

6       SVK::Log::Filter::Author - search revisions for given authors
7

DESCRIPTION

9       The Author filter accepts a comma-separated list of author names.  If
10       the svn:author property is equal to any of the names, the revision is
11       allowed to continue down the pipeline.  Otherwise, the revision is
12       skipped.  The special author name "(none)" means to look for revisions
13       with no svn:author property.
14
15       For example, to search for all commits by either "jack" or "jill" one
16       might do
17
18           svk log --filter "author jill,jack"
19
20       To locate those revisions without an author, this command may be used
21
22           svk log --filter "author (none)"
23
24       Of course "(none)" may be used in a list with other authors
25
26           svk log --filter "author jill,(none)"
27

STASH/PROPERTY MODIFICATIONS

29       Author leaves all properties and the stash intact.
30
31
32
33perl v5.30.0                      2019-07-26       SVK::Log::Filter::Author(3)
Impressum