diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-05-03 13:19:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-05-03 13:19:36 -0400 |
commit | ee38850f3422851bfd5371cb0b533494740096d3 (patch) | |
tree | 99a567fdcb2dc0d779774c1a7a33b98d10f67d96 /doc/special_remotes | |
parent | 75e299069cb2dbe7b6f69de8b7eb87f3c50b3e00 (diff) |
response
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/comment_35_5801755d10149f0d3971fef0b6e1b62f._comment | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/special_remotes/comment_35_5801755d10149f0d3971fef0b6e1b62f._comment b/doc/special_remotes/comment_35_5801755d10149f0d3971fef0b6e1b62f._comment new file mode 100644 index 000000000..cdb0a1b16 --- /dev/null +++ b/doc/special_remotes/comment_35_5801755d10149f0d3971fef0b6e1b62f._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 35""" + date="2016-05-03T17:12:42Z" + content=""" +@grawity yes, enableremote is the way to change configuration of an +existing special remote. + +The special remote names are a bit funky; to keep the user from needing to +enter in a long uuid when enabling a particular special remote, a name +has to be recorded for the remote, and that becomes shared across clones +of that repository, in a way that the names of git remotes are not +normally. (Normally, my "origin" might be your "upstream" etc.) + +While it could ignore dead remotes when initializing a new remote with an +existing name, then if the old remote got brought back from the dead, there +would be a naming conflict. So, I think it's best to not go down that path, +to avoid the undead horrors lurking there. ;-) +"""]] |