summaryrefslogtreecommitdiff
path: root/doc/bugs/Name_scheme_does_not_follow_git__39__s_rules.mdwn
blob: aa658819b42ae6c3b41d446e1b6268de48b38b0e (plain)
1
2
3
4
5
6
I can create an annex remote named 'test:/test'. git itself does not allow colons in names, though. The name scheme for an annex should be the same as for git repos themselves.

> What do you mean by "an annex remote"? git-annex uses the same
> remotes configuration as does git. If you put invalid
> stuff in .git/config it might handle it slightly different than 
> git, I don't know. Examples needed. --[[Joey]]