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
2017-06-26 11:09:13 -04:00
Annex Avoid error about git-annex-shell not being found when syncing with -J with a git remote where git-annex-shell is not installed. 2017-06-06 12:57:27 -04:00
Assistant assistant: Merge changes from refs/remotes/foo/master into master. 2017-06-07 16:17:46 -04:00
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
Config
Database
debian
doc Merge branch 'master' of ssh://git-annex.branchable.com 2017-06-26 11:09:13 -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 Fix build with QuickCheck 2.10. 2017-06-17 13:04:48 -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/>