This commit is contained in:
parent
bcd3a9ea34
commit
e61b47bc8a
1 changed files with 12 additions and 0 deletions
12
doc/bugs/error_with_file_names_starting_with_dash.mdwn
Normal file
12
doc/bugs/error_with_file_names_starting_with_dash.mdwn
Normal file
|
@ -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
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue