diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-08 14:07:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-08 14:07:49 -0400 |
commit | 2099407d8aa1b1e94f29de0d9094ccfa6e05e471 (patch) | |
tree | ad1aee35f7f5556cd3784c326732e852ecf23c1d /doc/git-annex.mdwn | |
parent | 627a3014376f83d613c448da929231bb9d866435 (diff) |
Add --exclude option to exclude files from processing.
Required some lifting so flags are evaled in the Annex monad before
file filtering.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 66e8bbaa8..f6dc2fe5b 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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. |