This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U 2011-03-19 01:09:22 +00:00 committed by admin
parent 885215508c
commit 3dbff3356d

View file

@ -26,3 +26,9 @@ Unless I am misunderstanding something, git annex gets confused about what the n
> However, using "/" in a remote name seems likely to me to confuse
> git's own remote branch handling. Although I've never tried it.
> --[[Joey]]
>> From what I can see, git handles / just fine, but would get upset about : which is why it's not allowed in a remote's name.
>> My naming scheme is host//path/to/annex. It sorts nicely and gives all important information left to right with the most specific parts at the beginning and end.
>> If you have any other ideas or scheme, I am all ears :)
>> Either way, thanks for fixing this so quickly.
>> -- RichiH