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
2019-01-01 19:36:35 +00:00
Annex comment typo 2018-12-30 15:51:20 -04:00
Assistant
Backend
Build
CmdLine add --branch option to git-annex find and mildly deprecate findref in favor of it 2018-12-09 14:10:37 -04:00
Command fix layout 2019-01-01 12:31:03 -04:00
Config
Database Merge branch 'remove-esqueleto' 2018-11-20 11:50:04 -04:00
debian fix link on download page and add a few more to break later 2018-12-10 12:55:13 -04:00
doc Added a comment 2019-01-01 19:36:35 +00:00
Git add dropFromEnd 2018-11-23 11:24:05 -04:00
Limit support findred and --branch with file matching options 2018-12-09 13:38:35 -04:00
Logs
Messages Fix build without concurrent-output. 2018-12-03 12:33:00 -04:00
P2P distinguish between cached and uncached creds 2018-12-04 14:09:18 -04:00
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 support findred and --branch with file matching options 2018-12-09 13:38:35 -04:00
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 S3: Improve diagnostics when a remote is configured with exporttree and versioning, but no S3 version id has been recorded for a key. 2018-12-06 13:44:37 -04:00
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 support findred and --branch with file matching options 2018-12-09 13:38:35 -04:00
Logs.hs
Makefile add BUILDERCOMMONOPTIONS 2018-11-21 11:36:38 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml Updated stack.yaml to lts-12.19 2018-11-20 14:00:02 -04:00
stack-windows.yaml
stack.yaml Updated stack.yaml to lts-12.19 2018-11-20 14:00:02 -04:00
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/>