From 7b5ce2b330f6a60e1351bf026d8bade212aa70ef Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Sep 2019 17:35:38 -0400 Subject: [PATCH] expand --- doc/todo/git-lfs_special_remote_simpler_setup.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/todo/git-lfs_special_remote_simpler_setup.mdwn b/doc/todo/git-lfs_special_remote_simpler_setup.mdwn index 32b32a6b72..fe8b1924da 100644 --- a/doc/todo/git-lfs_special_remote_simpler_setup.mdwn +++ b/doc/todo/git-lfs_special_remote_simpler_setup.mdwn @@ -13,3 +13,9 @@ Problem: Many urls could be used to clone. http and ssh are the obvious two. url=http:// url=ssh:// won't work, only one value will be used. url1= url2= is annoying for the user, especially if they later want to add another url with enableremote and have to work out the number. + +Problem: The user might go in and change the remote's url to point to some +other server with a different git-lfs backend. In fact, they could already +do so! Remembering the urls actually would let the special remote detect +this; it can check if its remote's url is one that it knows about, and +refuse to use it otherwise.