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
Joey Hess e3585dc674
remove misplaced comments
an installation page is not a catch-all for random questions, or a
comprehensive link farm for documentation
2020-05-05 13:02:47 -04:00
Annex addurl --fast error message improvement 2020-04-27 13:48:14 -04:00
Assistant
Backend
Build fix build 2020-05-01 19:05:35 -04:00
CmdLine
Command added remote variants 2020-04-30 13:52:03 -04:00
Config
Database
debian
doc remove misplaced comments 2020-05-05 13:02:47 -04:00
Git repair: Improve fetching from a remote with an url in host:path format. 2020-05-04 15:32:06 -04:00
Limit
Logs support required groupwanted 2020-04-28 13:31:26 -04:00
Messages
P2P
Remote avoid beware of the leopard situation 2020-05-04 13:01:11 -04:00
RemoteDaemon
standalone
static
templates
Test testremote in test is working 2020-04-30 12:59:20 -04:00
Types
Upgrade
Utility fix some build warnings 2020-05-04 12:44:26 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG repair: Improve fetching from a remote with an url in host:path format. 2020-05-04 15:32:06 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal changes required by cabal-version 1.10 2020-05-04 15:49:14 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml
Test.hs added remote variants 2020-04-30 13:52:03 -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/>