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-12-11 16:36:29 -04:00
Annex fix bugs involving v7 unlocked files and direct mode 2018-12-11 13:47:35 -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 add --branch option to git-annex find and mildly deprecate findref in favor of it 2018-12-09 14:10:37 -04:00
Config
Database
debian fix link on download page and add a few more to break later 2018-12-10 12:55:13 -04:00
doc devblog 2018-12-11 16:36:29 -04:00
Git
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 fix webdav reversion 2018-12-10 12:49:51 -04:00
RemoteDaemon
standalone
static
templates
Test
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
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 7.20181211 2018-12-11 16:33:30 -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
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
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/>