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-08-23 16:52:23 -04:00
Annex use headExists 2019-08-19 11:12:19 -04:00
Assistant
Backend
Build fix unused module import warnings when building on windows 2019-08-08 12:18:53 -04:00
CmdLine
Command typo 2019-08-13 13:36:52 -04:00
Config
Database
debian Makefile: Changed default zsh completion location to zsh default fpath. 2019-08-16 14:08:56 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2019-08-23 16:52:23 -04:00
Git init: Install working hook scripts when run on a crippled filesystem and on Windows 2019-08-13 15:14:17 -04:00
Limit
Logs
Messages
P2P
Remote S3: Fix encoding when generating public urls of S3 objects. 2019-08-15 12:56:46 -04:00
RemoteDaemon
standalone
static
templates
Test Fix intermittent failure of the test suite 2019-08-16 11:11:55 -04:00
Types improve error display when storing to an export/import remote fails 2019-08-13 12:05:00 -04:00
Upgrade
Utility followup and display rsync exit status 2019-08-15 14:47:22 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 7.20190819 2019-08-19 12:26:45 -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.20190819 2019-08-19 12:26:45 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile Makefile: Changed default zsh completion location to zsh default fpath. 2019-08-16 14:08:56 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml
Test.hs avoid running adjusted branch tests when git is too old 2019-08-15 13:57:12 -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/>