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 6416ae9c09
unbreak all the autobuilders
git-annex.cabal: Loosen bounds on persistent to allow 2.5, which on Debian
has been patched to work with esqueleto. This may break cabal's resolver on
non-Debian systems; if so, either use stack to build, or run cabal with
--constraint='persistent ==2.2.4.1' Hopefully this mess with esqueleto will
be resolved soon.

https://github.com/prowdsponsor/esqueleto/issues/137
2016-11-15 11:19:57 -04:00
Annex Make .git/annex/ssh.config file work with versions of ssh older than 7.3, which don't support Include. 2016-11-07 10:32:57 -04:00
Assistant remove redundant constraint 2016-11-11 18:39:05 -04:00
Backend
Build Linux standalone: Avoid using hard links in the tarball so it can be untarred on eg, afs which does not support them. 2016-11-10 15:12:30 -04:00
CmdLine
Command reinject --known: Avoid second, unncessary checksum of file. 2016-11-07 12:07:36 -04:00
Config
Database
debian
doc close 2016-11-15 11:02:21 -04:00
Git
Limit
Logs
Messages
Remote S3: Support the special case endpoint needed for the cn-north-1 region. 2016-11-07 11:49:34 -04:00
RemoteDaemon
standalone
static
templates
Types
Upgrade
Utility webapp: Explicitly avoid checking for auth in static subsite requests. 2016-11-10 13:48:54 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG unbreak all the autobuilders 2016-11-15 11:19:57 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal unbreak all the autobuilders 2016-11-15 11:19:57 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile OSX: Remove RPATHs from git-annex binary, which are not needed, slow down startup, and break the OSX Sierra linker. 2016-11-07 14:22:14 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
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/>