git-annex/Remote
Joey Hess a0badc5069
sync: Fix parsing of gcrypt::rsync:// urls that use a relative path
Such an url is not valid; parseURI will fail on it. But git-annex doesn't
actually need to parse the url, because all it needs to do to support
syncing with it is know that it's not a local path, and use git pull and
push.

(Note that there is no good reason for the user to use such an url. An
absolute url is valid and I patched git-remote-gcrypt to support them
years ago. Still, users gonna do anything that tools allow, and
git-remote-gcrypt still supports them.)

Sponsored-by: Jack Hill on Patreon
2023-03-23 15:20:00 -04:00
..
Directory improve createDirectoryUnder to allow alternate top directories 2022-08-12 12:52:37 -04:00
External Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Helper Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
List auto-init autoenable=yes 2020-05-27 12:40:35 -04:00
Rsync add newtypes for QuickCheck to avoid LANG=C issues 2020-11-09 20:21:18 -04:00
WebDAV Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Adb.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
BitTorrent.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
Borg.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Bup.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Ddar.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Directory.hs fix build warnings on windows 2023-03-21 18:41:23 -04:00
External.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
GCrypt.hs sync: Fix parsing of gcrypt::rsync:// urls that use a relative path 2023-03-23 15:20:00 -04:00
Git.hs sync: Fix parsing of gcrypt::rsync:// urls that use a relative path 2023-03-23 15:20:00 -04:00
GitLFS.hs sync: Fix parsing of gcrypt::rsync:// urls that use a relative path 2023-03-23 15:20:00 -04:00
Glacier.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
Hook.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
HttpAlso.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
List.hs start borg special remote 2020-12-18 16:03:51 -04:00
P2P.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
Rsync.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
S3.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00
Tahoe.hs added an optional cost= configuration to all special remotes 2023-01-12 13:42:28 -04:00
Web.hs Typo: sansative -> sensitive 2023-03-17 15:14:50 -04:00
WebDAV.hs Apply codespell -w throughout 2023-03-17 15:14:58 -04:00