summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_content_fails_with_a_parse_error.mdwn
blob: 38c8fa28d6143d0c935cb2df075da4e0b0dbec5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
### Please describe the problem.

I tried to use git annex content, but that failed with a parse error.


### What steps will reproduce the problem?

Type this anywhere: 

git annex --debug content . "exclude(foo.ml)"
content . git-annex: Parse error: Parse failure: near "foo.ml"

It fails with the example of the man page:
   git annex content . "include(*.mp3) or include(*.ogg)"

However, it works when trying: git annex content . "include()".

### What version of git-annex are you using? On what operating system?

git-annex version: 4.20130709.1, ubuntu quantal

### Please provide any additional information below.

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log


# End of transcript or log.
"""]]

> Fixed the example, thanks. --[[Joey]] [[done]]