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-05-05 12:39:38 -04:00
Annex addurl --fast error message improvement 2020-04-27 13:48:14 -04:00
Assistant improve programPath 2020-04-15 16:46:34 -04:00
Backend fsck: Fix reversion in 8.20200226 that made it incorrectly warn that hashed keys with an extension should be upgraded. 2020-03-20 13:09:16 -04:00
Build fix build 2020-05-01 19:05:35 -04:00
CmdLine cat-file resource pool 2020-04-20 15:19:31 -04:00
Command added remote variants 2020-04-30 13:52:03 -04:00
Config fix all remaining -Wincomplete-uni-patterns warnings 2020-04-15 13:55:08 -04:00
Database fix a thundering herd problem 2020-04-17 17:09:29 -04:00
debian
doc improve docs 2020-05-05 12:39:38 -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 fix all remaining -Wincomplete-uni-patterns warnings 2020-04-15 13:55:08 -04:00
P2P
Remote avoid beware of the leopard situation 2020-05-04 13:01:11 -04:00
RemoteDaemon Sped up query commands that read the git-annex branch by around 5% 2020-04-09 13:54:43 -04:00
standalone Linux standalone: Use md5sum to shorten paths in .cache/git-annex/locales 2020-03-04 13:04:56 -04:00
static
templates
Test testremote in test is working 2020-04-30 12:59:20 -04:00
Types cat-file resource pool 2020-04-20 15:19:31 -04:00
Upgrade Sped up query commands that read the git-annex branch by around 5% 2020-04-09 13:54:43 -04:00
Utility fix some build warnings 2020-05-04 12:44:26 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs check-ignore resource pool 2020-04-21 11:25:28 -04:00
Assistant.hs Sped up query commands that read the git-annex branch by around 5% 2020-04-09 13:54:43 -04:00
Backend.hs
bash-completion.bash
Benchmark.hs Sped up query commands that read the git-annex branch by around 5% 2020-04-09 13:54:43 -04:00
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 git-annex config: guard against non-repo-global configs 2020-03-02 15:54:18 -04:00
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 ByteString Ref continued 2020-04-07 11:54:27 -04:00
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 use programPath consistently, not readProgramFile 2020-03-30 16:06:27 -04:00

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/>