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
2024-11-11 14:21:44 -04:00
Annex DATA-PRESENT working for exporttree=yes remotes 2024-10-30 13:55:47 -04:00
Assistant use NonEmpty for dirHashes 2024-09-26 18:15:00 -04:00
Backend remove read of the heads 2024-09-26 18:43:59 -04:00
Build
CmdLine git-remote-annex: Fix a reversion 2024-11-11 12:42:35 -04:00
Command vpop: Only update state after successful checkout 2024-11-11 14:15:51 -04:00
Config
Database split up remaining items from todo/git-annex_proxies and close it! 2024-10-30 14:49:54 -04:00
debian
doc response 2024-11-11 14:21:44 -04:00
Git fix build with old base 2024-09-30 11:02:08 -04:00
Limit treat "not present" in preferred content as invalid 2024-09-03 13:50:06 -04:00
Logs invalidate caches after log changes 2024-09-20 16:52:17 -04:00
Messages
P2P fix recording present on the proxy when proxying DATA-PRESENT 2024-10-30 13:17:31 -04:00
Remote implement put data-present parameter in http servant 2024-10-29 13:32:43 -04:00
RemoteDaemon
standalone
static
templates
Test test git-remote-annex 2024-11-11 13:40:59 -04:00
Types Merge branch 'master' into streamproxy 2024-10-22 09:49:28 -04:00
Upgrade remove read of the heads 2024-09-26 18:43:59 -04:00
Utility correct name of createDirectoryUnder in error message 2024-11-11 11:48:23 -04:00
.appveyor.yml
.codespellrc
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Author.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG vpop: Only update state after successful checkout 2024-11-11 14:15:51 -04:00
CmdLine.hs remove read of the heads 2024-09-26 18:43:59 -04:00
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal prepare for release tomorrow 2024-10-30 14:08:47 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs fix sizebalanced empty size bug 2024-09-23 14:30:18 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs avoid head 2024-09-26 17:52:19 -04:00
Setup.hs
stack.yaml
Test.hs test git-remote-annex 2024-11-11 13:40:59 -04:00
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/>