summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmmPHsszTlpa3s3x_LEzmEYkZfEmqq7IjU <Jan@web>2012-11-04 19:46:05 +0000
committerGravatar admin <admin@branchable.com>2012-11-04 19:46:05 +0000
commit08c7a629e7e71ce7acadc2ea1739d321a6313380 (patch)
tree58f0e4eedc34cf75178e7efa4d5f509dff1a3ab3
parent30bc03c9acb7f1860123dff2e760b4640fc1f84a (diff)
-rw-r--r--doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_.mdwn b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_.mdwn
new file mode 100644
index 000000000..e78ed4d0e
--- /dev/null
+++ b/doc/bugs/unlock_not_working_on_os_x_10.6_-_cp:_illegal_option_--_-_.mdwn
@@ -0,0 +1,18 @@
+What steps will reproduce the problem?
+
+ try to unlock a file in a git annex checkout
+
+What is the expected output? What do you see instead?
+
+% git annex unlock FILENAME
+unlock FILENAME (copying...) cp: illegal option -- -
+usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
+ cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
+git-annex: copy failed!
+
+(should unlock the file)
+
+What version of git-annex are you using? On what operating system?
+
+ latest git annex osx build as of yesterday (12-11-03)
+