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-26 12:42:47 -04:00
Annex adjust: Fix some bad behavior when unlocked files use URL keys. 2021-01-25 17:25:42 -04:00
Assistant
Backend
Build
CmdLine
Command fix breakage caused by recent commit 2021-01-25 21:22:18 -04:00
Config
Database
debian
doc Added GETGITREMOTENAME to extenal special remote protocol 2021-01-26 12:42:47 -04:00
Git avoid partial functions in Git.Url 2021-01-18 15:07:23 -04:00
Limit
Logs
Messages
P2P
Remote Added GETGITREMOTENAME to extenal special remote protocol 2021-01-26 12:42:47 -04:00
RemoteDaemon
standalone
static
templates
Test
Types remove blank 2021-01-11 13:15:21 -04:00
Upgrade
Utility fix problem on windows with newly rewritten prop_relPathDirToFileAbs_basics 2021-01-22 14:30:48 -04:00
.ghci avoid ghci warning on tabs 2019-01-21 12:35:44 -04:00
.gitattributes
.gitignore
.mailmap
Annex.hs mincopies 2021-01-06 14:15:19 -04:00
Assistant.hs Fix build on Windows 2020-11-19 12:33:00 -04:00
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG Added GETGITREMOTENAME to extenal special remote protocol 2021-01-26 12:42:47 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal update copyright year 2021-01-22 14:00:36 -04:00
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
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/>