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-10-20 23:31:22 +00:00
Annex add, import: Fix a reversion in 7.20191009 that broke handling of --largerthan and --smallerthan 2020-10-19 15:36:18 -04:00
Assistant
Backend
Build
CmdLine add, import: Fix a reversion in 7.20191009 that broke handling of --largerthan and --smallerthan 2020-10-19 15:36:18 -04:00
Command add, import: Fix a reversion in 7.20191009 that broke handling of --largerthan and --smallerthan 2020-10-19 15:36:18 -04:00
Config
Database
debian
doc report/idea on minting chunked keys to try from special remote 2020-10-20 23:31:22 +00:00
Git
Limit
Logs
Messages
P2P
Remote switch to Haskell2010 2020-10-19 11:26:16 -04:00
RemoteDaemon
standalone avoid depending on cmp 2020-10-06 11:27:05 -04:00
static
templates
Test
Types
Upgrade
Utility Fix a memory leak introduced in the last release 2020-10-13 16:31:01 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG add, import: Fix a reversion in 7.20191009 that broke handling of --largerthan and --smallerthan 2020-10-19 15:36:18 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT add a few missing copyrights 2020-10-13 12:21:38 -04:00
Creds.hs
Crypto.hs
git-annex.cabal switch to Haskell2010 2020-10-19 11:26:16 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs add, import: Fix a reversion in 7.20191009 that broke handling of --largerthan and --smallerthan 2020-10-19 15:36:18 -04:00
Logs.hs
Makefile enable profiling in dev build 2020-10-13 15:36:01 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
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/>