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
2019-02-09 13:49:46 -04:00
Annex fix build w/o libmagic 2019-02-09 13:49:46 -04:00
Assistant
Backend
Build
CmdLine fromkey --json 2019-02-05 14:03:29 -04:00
Command make .noannex file prevent repo fixups 2019-02-05 14:43:23 -04:00
Config avoid importing Git into module used by Setup 2019-02-08 13:16:10 -04:00
Database
debian
doc update 2019-02-08 15:26:15 -04:00
Git
Limit
Logs
Messages
P2P
Remote deal with attempt to export filename with # or ? to webdav 2019-02-07 13:47:57 -04:00
RemoteDaemon
standalone
static
templates
Test make .noannex file prevent repo fixups 2019-02-05 14:43:23 -04:00
Types purify exportActions 2019-01-30 15:11:40 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Added NetworkBSD build flag to deal with Network.BSD moving to a new package. 2019-02-08 13:36:39 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT update copyright metadata for recent changes 2019-02-08 15:19:11 -04:00
Creds.hs
Crypto.hs
ghci
git-annex.cabal update copyright metadata for recent changes 2019-02-08 15:19:11 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml Added NetworkBSD build flag to deal with Network.BSD moving to a new package. 2019-02-08 13:36:39 -04:00
stack-windows.yaml Added NetworkBSD build flag to deal with Network.BSD moving to a new package. 2019-02-08 13:36:39 -04:00
stack.yaml Added NetworkBSD build flag to deal with Network.BSD moving to a new package. 2019-02-08 13:36:39 -04:00
Test.hs
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/>