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
jenkin.schibel@286264d9ceb79998aecff0d5d1a4ffe34f8b8421 151efb9c3c Added a comment: problem fixed itself
2020-07-04 03:28:26 +00:00
Annex simplify interface by removing size 2020-07-03 14:22:22 -04:00
Assistant
Backend
Build
CmdLine refix bug in a better way 2020-07-02 13:32:33 -04:00
Command import: Added --no-content option, which avoids downloading files from a special remote 2020-07-03 13:41:57 -04:00
Config
Database
debian Revert "data type that starts off using a set but converts to a bloom filter when large" 2020-07-01 20:12:19 -04:00
doc Added a comment: problem fixed itself 2020-07-04 03:28:26 +00:00
Git
Limit
Logs
Messages
P2P
Remote simplify interface by removing size 2020-07-03 14:22:22 -04:00
RemoteDaemon
standalone avoid running test on windows 2020-07-02 13:40:00 -04:00
static
templates
Test
Types simplify interface by removing size 2020-07-03 14:22:22 -04:00
Upgrade
Utility fix build on windows 2020-07-01 16:53:50 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs refix bug in a better way 2020-07-02 13:32:33 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG no importKey for android yet 2020-07-03 14:02:50 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal Revert "data type that starts off using a set but converts to a bloom filter when large" 2020-07-01 20:12:19 -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
Test.hs fix windows build 2020-07-02 12:18:42 -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/>