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
lykos@d125a37d89b1cfac20829f12911656c40cb70018 cc3a70e7aa Added a comment
2019-01-21 11:57:07 +00:00
Annex fix build with old ghc 2019-01-18 14:09:35 -04:00
Assistant misctmp cleanup 2019-01-17 16:02:22 -04:00
Backend remove recently added cache from KeyVariety 2019-01-16 16:33:08 -04:00
Build
CmdLine rest of the deserializeKey renameing 2019-01-14 13:17:47 -04:00
Command fix build with old version of optparse-applicative 2019-01-18 14:20:44 -04:00
Config
Database rename key2file and file2key 2019-01-14 13:03:35 -04:00
debian
doc Added a comment 2019-01-21 11:57:07 +00:00
Git
Limit
Logs avoid two test failures with LANG=C 2019-01-18 13:33:48 -04:00
Messages
P2P
Remote misctmp cleanup 2019-01-17 16:02:22 -04:00
RemoteDaemon
standalone
static
templates
Test rename key2file and file2key 2019-01-14 13:03:35 -04:00
Types fix build with old ghc 2019-01-18 14:08:10 -04:00
Upgrade Revert "cache the serialization of a Key" 2019-01-16 16:21:59 -04:00
Utility Revert "cache the serialization of a Key" 2019-01-16 16:21:59 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs Revert "cache the serialization of a Key" 2019-01-16 16:21:59 -04:00
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG misctmp cleanup 2019-01-17 16:02:22 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
ghci
git-annex.cabal misctmp cleanup 2019-01-17 16:02:22 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs Revert "cache the serialization of a Key" 2019-01-16 16:21:59 -04:00
Limit.hs
Logs.hs rename key2file and file2key 2019-01-14 13:03:35 -04:00
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
Test.hs misctmp cleanup 2019-01-17 16:02:22 -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/>