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
2018-05-31 11:49:35 -04:00
Annex
Assistant
Backend fix migration bug and make fsck warn 2018-05-23 14:07:51 -04:00
Build
CmdLine GIT_ANNEX_SHELL_APPENDONLY 2018-05-25 13:17:56 -04:00
Command Fix build with ghc 8.4+, which broke due to the Semigroup Monoid change 2018-05-30 12:28:43 -04:00
Config
Database
debian BF: deb standalone patch - force use of gzip compression 2018-05-23 11:48:29 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2018-05-31 11:49:35 -04:00
Git Fix build with ghc 8.4+, which broke due to the Semigroup Monoid change 2018-05-30 12:28:43 -04:00
Limit
Logs
Messages
P2P GIT_ANNEX_SHELL_APPENDONLY 2018-05-25 13:17:56 -04:00
Remote
RemoteDaemon
standalone
static
templates
Test
Types Fix build with ghc 8.4+, which broke due to the Semigroup Monoid change 2018-05-30 12:28:43 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Fix build with ghc 8.4+, which broke due to the Semigroup Monoid change 2018-05-30 12:28:43 -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.20180529 2018-05-29 13:06:56 -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-windows.yaml
stack.yaml Revert "response" 2018-05-30 11:27:54 -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/>