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 9606f6e83a
idea
2017-10-17 13:39:02 -04:00
Annex add: Replace work tree file atomically. 2017-10-16 12:57:28 -04:00
Assistant
Backend
Build update windows build scripts to use stack 2017-10-17 13:00:29 -04:00
CmdLine Avoid repeated checking that files passed on the command line exist. 2017-10-16 14:10:20 -04:00
Command Avoid repeated checking that files passed on the command line exist. 2017-10-16 14:10:20 -04:00
Config
Database
debian Added a note to standalone build that it would break datalad << 0.9.1 2017-10-11 12:13:19 -04:00
doc idea 2017-10-17 13:39:02 -04:00
Git
Limit
Logs remove redundant definition of lck 2017-10-03 13:23:10 -04:00
Messages
P2P
Remote fix version number 2017-10-11 11:43:03 -04:00
RemoteDaemon
standalone update windows build scripts to use stack 2017-10-17 13:00:29 -04:00
static
templates
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildInfo.hs
CHANGELOG new lts 2017-10-17 13:00:22 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal Revert "new Win32 fails to build; fall back to old one" 2017-10-16 15:38:35 -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.yaml new lts 2017-10-17 13:00:22 -04:00
Test.hs fix process and FD leak 2017-09-29 22:36:08 -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/>