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
2016-10-31 13:07:22 -04:00
Annex Run ssh with ServerAliveInterval 60 2016-10-26 16:41:34 -04:00
Assistant
Backend
Build
CmdLine
Command enable forwardRetry for command-line transfers 2016-10-26 15:38:27 -04:00
Config
Database remove unused imports 2016-10-18 16:16:47 -04:00
debian ENH: refreshed standalone-build patch and added locales into its build-depends 2016-10-21 12:49:57 -04:00
doc comment 2016-10-31 13:07:22 -04:00
Git Assistant, repair: Improved filtering out of git fsck lines about duplicate file entries in tree objects. 2016-10-18 11:19:41 -04:00
Limit
Logs
Messages
Remote enable forwardRetry for command-line transfers 2016-10-26 15:38:27 -04:00
RemoteDaemon
standalone
static
templates
Types
Upgrade refactor 2016-10-17 14:58:33 -04:00
Utility test: Deal with gpg-agent behavior change that broke the test suite. 2016-10-18 16:56:38 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG prep release 2016-10-27 15:25:05 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2016-10-27 15:25:05 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile Improve style of offline html build of website. 2016-10-17 15:55:49 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs lock: Fix edge cases where data loss could occur in v6 mode. 2016-10-17 13:58:43 -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/>