summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2011-03-19 01:09:22 +0000
committerGravatar admin <admin@branchable.com>2011-03-19 01:09:22 +0000
commit3dbff3356d14eadc3463693ae44921b98d7e03f4 (patch)
treec3ab1fd77e43e1d8b7a65ef1afb7d91ccbcad7b9 /doc
parent885215508ce8e07676fd92cd8bbb4ac68bd5c1b8 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_gets_confused_about_remotes_with_dots_in_their_names.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_gets_confused_about_remotes_with_dots_in_their_names.mdwn b/doc/bugs/git_annex_gets_confused_about_remotes_with_dots_in_their_names.mdwn
index 6f35cef8d..d35282e75 100644
--- a/doc/bugs/git_annex_gets_confused_about_remotes_with_dots_in_their_names.mdwn
+++ b/doc/bugs/git_annex_gets_confused_about_remotes_with_dots_in_their_names.mdwn
@@ -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