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 217798f3f1
filter out ExitSuccess
This avoids displaying the unexpected exit codes message when
the list is eg [ExitSuccess, ExitFailure 1].

Sponsored-by: Dartmouth College's Datalad project
2022-05-02 14:09:37 -04:00
Annex prevent numcopies or mincopies being configured to 0 2022-03-28 15:20:34 -04:00
Assistant assistant prompt pushing of manual commits to remotes 2022-03-31 13:02:16 -04:00
Backend convert Key to ShortByteString 2021-10-05 20:20:08 -04:00
Build assume @RPATH libs are present 2022-01-03 15:05:15 -04:00
CmdLine prevent numcopies or mincopies being configured to 0 2022-03-28 15:20:34 -04:00
Command multicast: Support uftp 5.0 by switching from aes256-cbc to aes256-gcm 2022-04-19 12:02:10 -04:00
Config enable filter.annex.process in v9 2022-01-21 13:11:18 -04:00
Database read up to and including maxPointerSz 2022-02-23 12:54:40 -04:00
debian remove vendored http-client-restricted 2022-03-22 11:50:06 -04:00
doc filter out ExitSuccess 2022-05-02 14:09:37 -04:00
Git Avoid git status taking a long time after git-annex unlock of many files. 2022-02-18 15:06:40 -04:00
Limit
Logs prevent numcopies or mincopies being configured to 0 2022-03-28 15:20:34 -04:00
Messages factor out Utility.Aeson.textKey 2022-03-02 18:24:06 -04:00
P2P fix handling of corrupted data received from git remote 2022-01-07 13:25:33 -04:00
Remote add back inode to directory special remote ContentIdentifier 2022-03-21 13:12:02 -04:00
RemoteDaemon remove support code for ancient git-annex-shell version 2021-10-11 16:07:08 -04:00
standalone Removed the NetworkBSD build flag 2022-03-22 11:52:52 -04:00
static
templates
Test filter out ExitSuccess 2022-05-02 14:09:37 -04:00
Types prevent numcopies or mincopies being configured to 0 2022-03-28 15:20:34 -04:00
Upgrade don't fail git-annex upgrade to v10 2022-01-21 13:15:32 -04:00
Utility avoid using removePathForcibly everywhere, it is unsafe 2022-05-02 14:06:20 -04:00
.ghci turn of PackageImports in cabal file 2022-02-25 13:16:36 -04:00
.gitattributes
.gitignore
.mailmap
Annex.hs turn of PackageImports in cabal file 2022-02-25 13:16:36 -04:00
Assistant.hs
Backend.hs remove unused imports 2021-10-05 21:27:06 -04:00
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG Fix test failure on NFS when cleaning up gpg temp directory 2022-04-19 13:33:33 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT remove copyright entry for removed vendored library 2022-03-22 11:55:09 -04:00
Creds.hs
Crypto.hs convert Key to ShortByteString 2021-10-05 20:20:08 -04:00
git-annex.cabal releasing package git-annex version 10.20220322 2022-03-22 13:56:45 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs convert Key to ShortByteString 2021-10-05 20:20:08 -04:00
Limit.hs prevent numcopies or mincopies being configured to 0 2022-03-28 15:20:34 -04:00
Logs.hs
Makefile switch from hothasktags to hasktags 2022-03-24 13:29:40 -04:00
Messages.hs
NEWS complete annex.skipunknown transition 2022-02-18 13:18:05 -04:00
README improve description 2022-01-06 12:24:27 -04:00
Remote.hs factor out Utility.Aeson.textKey 2022-03-02 18:24:06 -04:00
Setup.hs
stack.yaml Removed the NetworkBSD build flag 2022-03-22 11:52:52 -04:00
Test.hs avoid using removePathForcibly everywhere, it is unsafe 2022-05-02 14:06:20 -04:00
Types.hs
Upgrade.hs add upgrade.log 2022-01-19 15:52:29 -04:00

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/>