diff options
author | http://jandd.myopenid.com/ <jandd@web> | 2011-02-24 10:11:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-02-24 10:11:36 +0000 |
commit | e61b47bc8a51447f9fbde6463e09d4beef8d5a7f (patch) | |
tree | 1c3576b494aeb65a065f870ce9f5b921e203d8bb | |
parent | bcd3a9ea34763b4b8f40eef75c05c6e9ea27d178 (diff) |
-rw-r--r-- | doc/bugs/error_with_file_names_starting_with_dash.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/error_with_file_names_starting_with_dash.mdwn b/doc/bugs/error_with_file_names_starting_with_dash.mdwn new file mode 100644 index 000000000..7a4d33911 --- /dev/null +++ b/doc/bugs/error_with_file_names_starting_with_dash.mdwn @@ -0,0 +1,12 @@ +git annex add has problems if items start with dashes, example: + +-wut-a-directory-name-/file1 + +leads to + +[[!format bash """ +add -wut-a-directory-name-/file1 (checksum...) sha1sum: invalid option -- 'u' +„sha1sum --help“ gibt weitere Informationen. + + git-annex: <file descriptor: 15>: hGetLine: end of file +"""]] |