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 27459c6e3f
Support building with tasty-1.3
This commit was sponsored by Ethan Aubin.
2020-05-21 15:26:44 -04:00
Annex
Assistant
Backend
Build
CmdLine
Command whereis: Added --format option. 2020-05-19 16:20:56 -04:00
Config
Database
debian
doc Support building with tasty-1.3 2020-05-21 15:26:44 -04:00
Git
Limit
Logs
Messages
P2P
Remote improve error message when download from non-chunked remote fails 2020-05-21 14:44:40 -04:00
RemoteDaemon
standalone
static
templates
Test
Types improve docs around uri claiming 2020-05-21 11:58:57 -04:00
Upgrade
Utility add a formatContainsVar function 2020-05-19 15:35:00 -04:00
.ghci
.gitattributes
.gitignore ignore and clean the TAGS file 2020-05-19 12:58:25 -04:00
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Support building with tasty-1.3 2020-05-21 15:26:44 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs fix embedcreds=yes reversion 2020-05-21 14:35:30 -04:00
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile document tags vs TAGS 2020-05-19 12:59:38 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml
Test.hs Support building with tasty-1.3 2020-05-21 15:26:44 -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/>