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 2e069eb9f6
use putBucket to future-proof
New fields can be added to PutBucket in the future.
2018-12-31 13:09:20 -04:00
Annex comment typo 2018-12-30 15:51:20 -04:00
Assistant
Backend
Build
CmdLine
Command importfeed: Better error message when downloading the feed fails 2018-12-30 16:14:55 -04:00
Config
Database
debian
doc Merge branch 'master' of ssh://git-annex.branchable.com 2018-12-30 12:30:09 -04:00
Git
Limit
Logs
Messages
P2P
Remote use putBucket to future-proof 2018-12-31 13:09:20 -04:00
RemoteDaemon
standalone
static
templates
Test honor init --version=5 on crippled filesystem 2018-12-19 13:17:04 -04:00
Types
Upgrade fix bugs involving v7 unlocked files and direct mode 2018-12-11 13:47:35 -04:00
Utility avoid conflicting definitions of Template type 2018-12-30 15:03:31 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG importfeed: Better error message when downloading the feed fails 2018-12-30 16:14:55 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 7.20181211 2018-12-11 16:33:30 -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
stack-windows.yaml
stack.yaml
Test.hs avoid a FAT fail 2018-12-19 13:45:28 -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/>