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
2021-01-19 16:49:57 +00:00
Annex
Assistant
Backend
Build
CmdLine Behavior change: --trust-glacier option no longer overrides trust 2021-01-07 10:37:43 -04:00
Command Bug fix: export with -J could fail when two files had the same content. 2021-01-13 14:50:48 -04:00
Config
Database
debian
doc removed 2021-01-19 16:49:57 +00:00
Git avoid partial functions in Git.Url 2021-01-18 15:07:23 -04:00
Limit
Logs
Messages
P2P
Remote avoid partial functions in Git.Url 2021-01-18 15:07:23 -04:00
RemoteDaemon
standalone
static
templates
Test
Types remove blank 2021-01-11 13:15:21 -04:00
Upgrade
Utility fix prop_relPathDirToFileAbs_basics fail on windows 2021-01-18 13:26:10 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG avoid crashing when there are remotes using unparseable urls 2021-01-18 14:59:08 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs avoid crashing when there are remotes using unparseable urls 2021-01-18 14:59:08 -04:00
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs Behavior change: --trust option no longer overrides trust 2021-01-07 10:34:57 -04:00
Setup.hs
stack.yaml
Test.hs test: avoid unnecessary tests of variants of git remote 2021-01-11 13:43:55 -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/>