Add --exclude option to exclude files from processing.
Required some lifting so flags are evaled in the Annex monad before file filtering.
This commit is contained in:
parent
627a301437
commit
2099407d8a
5 changed files with 57 additions and 27 deletions
|
@ -234,6 +234,11 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
|
|||
Specifies a git repository that content will be sent to.
|
||||
It should be specified using the name of a configured git remote.
|
||||
|
||||
* --exclude=glob
|
||||
|
||||
Skips files matching the glob pattern. The glob is matched relative to
|
||||
the current directory.
|
||||
|
||||
* --backend=name
|
||||
|
||||
Specifies which key-value backend to use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue