aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_content_fails_with_a_parse_error.txt
diff options
context:
space:
mode:
authorGravatar Matt <Matt@web>2013-07-15 00:34:45 +0000
committerGravatar admin <admin@branchable.com>2013-07-15 00:34:45 +0000
commit46ee16369bd1efa136c7c7ef739783cbb540a911 (patch)
treeb6776cf1cf1695522251798cfdccc045f3da3e72 /doc/bugs/git_annex_content_fails_with_a_parse_error.txt
parent33b726f9a13e97d07e3a7309b8fa43f1ea75948a (diff)
Diffstat (limited to 'doc/bugs/git_annex_content_fails_with_a_parse_error.txt')
-rw-r--r--doc/bugs/git_annex_content_fails_with_a_parse_error.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_content_fails_with_a_parse_error.txt b/doc/bugs/git_annex_content_fails_with_a_parse_error.txt
new file mode 100644
index 000000000..b510181ec
--- /dev/null
+++ b/doc/bugs/git_annex_content_fails_with_a_parse_error.txt
@@ -0,0 +1,30 @@
+### 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.
+"""]]