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-04-06 21:35:32 +00:00
Annex
Assistant
Backend fsck: Fix reversion in 8.20200226 that made it incorrectly warn that hashed keys with an extension should be upgraded. 2020-03-20 13:09:16 -04:00
Build
CmdLine
Command
Config
Database
debian
doc initial remote 2020-04-06 21:35:32 +00:00
Git
Limit
Logs convert replaceFile to createDirectoryUnder 2020-03-06 11:31:01 -04:00
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap alias for Yaroslav @ yahoo to mailmap 2015-09-09 12:38:59 -04:00
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG adb: Better messages when the adb command is not installed 2020-04-02 10:48:28 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs fix encryption of content to gcrypt and git-lfs 2020-02-26 18:05:36 -04:00
Crypto.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.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/>