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
2020-03-02 13:25:51 -04:00
Annex rename changeGitConfig to overrideGitConfig and avoid unncessary calls 2020-02-27 01:11:53 -04:00
Assistant Merge branch 'v7' 2020-02-26 18:15:18 -04:00
Backend
Build
CmdLine changelog and minor style 2020-02-28 12:57:55 -04:00
Command changelog and minor style 2020-02-28 12:57:55 -04:00
Config rename changeGitConfig to overrideGitConfig and avoid unncessary calls 2020-02-27 01:11:53 -04:00
Database
debian debian/: declare breaks until yet to be released datalad 0.12.3 2020-02-27 12:39:13 -04:00
doc comment 2020-03-02 13:17:05 -04:00
Git remove unused import 2020-02-26 18:17:56 -04:00
Limit
Logs
Messages
P2P
Remote catch whereisKey exception and provide error messages when external programs neglect to 2020-02-27 14:09:18 -04:00
RemoteDaemon
standalone
static
templates
Test
Types Merge branch 'v7' 2020-02-26 18:15:18 -04:00
Upgrade rename changeGitConfig to overrideGitConfig and avoid unncessary calls 2020-02-27 01:11:53 -04:00
Utility changelog and minor style 2020-02-28 12:57:55 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs rename changeGitConfig to overrideGitConfig and avoid unncessary calls 2020-02-27 01:11:53 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG stack.yaml: Updated to lts-14.27. 2020-03-02 13:25:51 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs rename changeGitConfig to overrideGitConfig and avoid unncessary calls 2020-02-27 01:11:53 -04:00
COPYRIGHT
Creds.hs fix encryption of content to gcrypt and git-lfs 2020-02-26 18:05:36 -04:00
Crypto.hs
ghci
git-annex.cabal Merge branch 'v7' 2020-02-26 18:49:36 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS Merge branch 'v7' 2020-02-26 18:15:18 -04:00
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml stack.yaml: Updated to lts-14.27. 2020-03-02 13:25:51 -04:00
Test.hs Merge branch 'v7' 2020-02-26 18:15:18 -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/>