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
mike@2d6d71f56ce2a992244350475251df87c26fe351 6f9181df12
2021-09-10 13:56:58 +00:00
Annex defer write permissions checking in import until after copy to repo 2021-09-02 13:45:21 -04:00
Assistant defer write permissions checking in import until after copy to repo 2021-09-02 13:45:21 -04:00
Backend
Build test borg special remote 2021-09-03 13:18:07 -04:00
CmdLine
Command defer write permissions checking in import until after copy to repo 2021-09-02 13:45:21 -04:00
Config
Database Fix support for readonly git remotes 2021-08-30 12:34:19 -04:00
debian
doc 2021-09-10 13:56:58 +00:00
Git
Limit
Logs
Messages
P2P
Remote fix build with ghc 9.0.1 2021-09-07 16:53:07 -04:00
RemoteDaemon
standalone
static
templates
Test add test case for readonly remote 2021-08-30 16:39:02 -04:00
Types
Upgrade
Utility fix test suite failure on windows 2021-09-01 11:32:25 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG borg: Avoid trying to extract xattrs, ACLS, and bsdflags 2021-09-03 12:10:14 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210903 2021-09-03 12:01:12 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs test borg special remote 2021-09-03 13:18:07 -04:00
Types.hs
Upgrade.hs

git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether due
to limitations in memory, checksumming time, or disk space.

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