aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_content_fails_with_a_parse_error.txt
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-17 14:06:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-17 14:06:35 -0400
commit3bc229fcfd1cd3f7340e35dee14e96729fe982dd (patch)
tree113521e8d928077d742adcc2ba4be70c302afee6 /doc/bugs/git_annex_content_fails_with_a_parse_error.txt
parent1efee4fbf4524d8f7d64d7401194c50c782c19d9 (diff)
rename
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.txt32
1 files changed, 0 insertions, 32 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
deleted file mode 100644
index 38c8fa28d..000000000
--- a/doc/bugs/git_annex_content_fails_with_a_parse_error.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-### 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]]