summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://a-or-b.myopenid.com/ <http://a-or-b.myopenid.com/@web>2012-01-03 00:10:45 +0000
committerGravatar admin <admin@branchable.com>2012-01-03 00:10:45 +0000
commit3e678b114047906c96977bb26f70feeb1749c430 (patch)
tree299d8a286da299f5f13220fffc9e96cfbb22eedf
parentf0c4a1c770b7baf6e122bd990fcdd33b90eb2d53 (diff)
-rw-r--r--doc/bugs/conq:_invalid_command_syntax.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/bugs/conq:_invalid_command_syntax.mdwn b/doc/bugs/conq:_invalid_command_syntax.mdwn
new file mode 100644
index 000000000..ac7271fc9
--- /dev/null
+++ b/doc/bugs/conq:_invalid_command_syntax.mdwn
@@ -0,0 +1,29 @@
+I've been getting an occasional error from git-annex.
+
+The error is: 'conq: invalid command syntax.'
+
+For example, the last two commands I ran are:
+
+ $ git annex unused
+ unused . (checking for unused data...) (checking master...) (checking origin/master...)
+ Some annexed data is no longer used by any files:
+ NUMBER KEY
+ 1 SHA256-s.....
+ (To see where data was previously used, try: git log --stat -S'KEY')
+
+ To remove unwanted data: git-annex dropunused NUMBER
+
+ ok
+
+ $ git annex dropunused 1
+ dropunused 1 conq: invalid command syntax.
+ ok
+
+
+
+*OS:* OSX + port installs of the GNU tools
+
+*git-annex-version:* 3.20111211
+
+*git-version:* 1.7.7.4
+