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
2023-08-28 12:34:24 -04:00
Annex avoid unncessary use of curl when conduit will do 2023-08-22 10:25:53 -04:00
Assistant convert checkAvailable to use availability rather than localpath 2023-08-16 15:57:30 -04:00
Backend
Build remove dead code 2023-08-28 12:34:24 -04:00
CmdLine oldkeys: New command that lists the keys used by old versions of a file 2023-08-22 14:51:06 -04:00
Command oldkeys: check associated files by default and add --unchecked 2023-08-23 13:46:41 -04:00
Config
Database
debian
doc comment 2023-08-28 12:20:49 -04:00
Git fix empty tree import when directory does not exist 2023-08-15 12:57:41 -04:00
Limit
Logs fix empty tree import when directory does not exist 2023-08-15 12:57:41 -04:00
Messages
P2P
Remote implement Unavilable for gcrypt 2023-08-16 15:54:54 -04:00
RemoteDaemon split out Utility.Url.Parse 2023-08-14 12:28:10 -04:00
standalone
static
templates
Test
Types let Remote.availability return Unavilable 2023-08-16 14:31:31 -04:00
Upgrade
Utility fix build on windows 2023-08-18 13:03:47 -04:00
.appveyor.yml
.codespellrc
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG wording 2023-08-28 12:13:58 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal oldkeys: New command that lists the keys used by old versions of a file 2023-08-22 14:51:06 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs convert checkAvailable to use availability rather than localpath 2023-08-16 15:57:30 -04:00
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/>