CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
Joey Hess f4ba6e0c1e
add annex: url parser
Changed the format of the url to use annex: rather than annex::

The reason is that in the future, might want to support an url that
includes an uriAuthority part, eg:

annex://foo@example.com:42/358ff77e-0bc3-11ef-bc49-872e6695c0e3?type=directory&encryption=none&directory=/mnt/foo/"

To parse that foo@example.com:42 as an uriAuthority it needs to start with
annex: rather than annex::

That would also need something to be done with uriAuthority, and also
the uriPath (the UUID) is prefixed with "/" in that example. So the
current parser won't handle that example currently. But this leaves the
possibility for expansion.

Sponsored-by: Joshua Antonishen on Patreon
2024-05-06 14:50:41 -04:00
Annex Revert "multiple -m" 2024-04-02 17:29:07 -04:00
Assistant fix transfer lock file for Download to not include uuid 2024-03-25 14:47:46 -04:00
Backend
Build add git-remote-annex stub and build machinery 2024-05-06 13:05:58 -04:00
CmdLine add annex: url parser 2024-05-06 14:50:41 -04:00
Command Revert "multiple -m" 2024-04-02 17:29:07 -04:00
Config
Database fix comment 2024-03-08 14:59:54 -04:00
debian
doc add annex: url parser 2024-05-06 14:50:41 -04:00
Git Revert "multiple -m" 2024-04-02 17:29:07 -04:00
Limit
Logs fix build on windows 2024-03-26 13:12:58 -04:00
Messages
P2P
Remote export tree: avoid confusing output about renaming files 2024-03-09 13:50:26 -04:00
RemoteDaemon
standalone
static
templates
Test
Types export tree: avoid confusing output about renaming files 2024-03-09 13:50:26 -04:00
Upgrade
Utility windows build fix 2024-03-26 13:51:51 -04:00
.appveyor.yml
.codespellrc
.ghci
.gitattributes
.gitignore ignore git-remote-annex 2024-05-06 13:13:39 -04:00
.mailmap
Annex.hs
Assistant.hs
Author.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG Revert "multiple -m" 2024-04-02 17:29:07 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal add git-remote-annex stub and build machinery 2024-05-06 13:05:58 -04:00
git-annex.hs add git-remote-annex stub and build machinery 2024-05-06 13:05:58 -04:00
git-remote-annex.sh add git-remote-annex stub and build machinery 2024-05-06 13:05:58 -04:00
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile add git-remote-annex stub and build machinery 2024-05-06 13:05:58 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-18.13.yaml
stack.yaml
Test.hs
Types.hs
Upgrade.hs

git-annex allows managing large files with git, without storing the file
contents in git. It can sync, backup, and archive your data, offline
and online. Checksums and encryption keep your data safe and secure. Bring
the power and distributed nature of git to bear on your large files with
git-annex.

For documentation, see doc/ or <https://git-annex.branchable.com/>