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 b3a53f7f04
note
2017-07-10 14:20:37 -04:00
Annex
Assistant
Backend
Build fix OSX build 2017-06-09 14:57:11 -04:00
CmdLine zsh and fish completions 2017-06-09 11:38:20 -04:00
Command fsck: Support --json. 2017-06-26 13:40:57 -04:00
Config
Database
debian
doc note 2017-07-10 14:20:37 -04:00
Git fix failing quickcheck properties 2017-06-17 16:48:00 -04:00
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Types
Upgrade
Utility fix failing quickcheck properties 2017-06-17 16:48:00 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash update from optparse-applicative output 2017-06-09 11:30:24 -04:00
build.bat
BuildInfo.hs
CHANGELOG fsck: Support --json. 2017-06-26 13:40:57 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 6.20170520 2017-06-12 13:55:00 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs Fix build with QuickCheck 2.10. 2017-06-17 13:04:48 -04:00
Limit.hs
Logs.hs
Makefile zsh and fish completions 2017-06-09 11:38:20 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs fix failing quickcheck properties 2017-06-17 16:48:00 -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/>