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-07-22 17:06:21 +00:00
Annex merge from http-client-restricted 2019-07-17 16:48:50 -04:00
Assistant
Backend
Build remove bundled rsync from windows build 2019-07-22 09:37:42 -04:00
CmdLine
Command
Config
Database
debian
doc Added a comment: Still Wanted 2019-07-22 17:06:21 +00:00
Git correct the comment to match the implementation 2019-07-16 12:28:44 -04:00
Limit
Logs
Messages
P2P
Remote CoW probing 2019-07-17 14:19:08 -04:00
RemoteDaemon
standalone remove bundled rsync from windows build 2019-07-22 09:37:42 -04:00
static
templates
Test
Types
Upgrade
Utility merge from http-client-restricted 2019-07-17 16:48:50 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG windows long filenames should be fixed now by new ghc 2019-07-22 09:44:09 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal should not have moved Utility.LockPool.STM 2019-07-22 09:25:08 -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-lts-12.14.yaml
stack.yaml new lts version 2019-07-21 20:31:08 -04:00
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/>