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-07-01 18:53:07 +00:00
Annex fix build on windows 2020-07-01 11:22:15 -04:00
Assistant
Backend
Build
CmdLine
Command importfeed: Added some additional --template variables for date and time 2020-06-24 14:24:50 -04:00
Config
Database
debian
doc question about building the standalone distribution 2020-07-01 18:53:07 +00:00
Git
Limit
Logs
Messages
P2P
Remote lockContent for tahoe 2020-06-26 14:23:21 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility fix build on windows 2020-06-30 11:01:28 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG changelog wording 2020-06-26 14:27:42 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs fix build on windows 2020-07-01 11:22:15 -04:00
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs improve "unable to lock down 1 copy" message 2020-06-26 13:00:40 -04:00
Setup.hs
stack-lts-12.14.yaml fix stack file syntax and deps 2020-06-30 17:12:23 -04:00
stack.yaml fix stack file syntax and deps 2020-06-30 17:12:23 -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/>