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 a7d11aa3ab
include libmagic in windows installer
This is from https://raw.githubusercontent.com/datalad/datalad-extensions/master/resources/git-annex-magicBundle.patch
which was written by John Thorvald Wodder II.

I have converted line endings from windows, and fixed indentation to use
tabs.
2020-10-26 13:24:37 -04:00
Annex move: Improve resuming a move that was interrupted after the object was transferred 2020-10-21 10:31:56 -04:00
Assistant improve name 2020-10-20 15:06:55 -04:00
Backend types for async protocol extension 2020-08-12 12:04:12 -04:00
Build include libmagic in windows installer 2020-10-26 13:24:37 -04:00
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 testremote: Display exceptions when tests fail, to aid debugging 2020-10-23 15:41:57 -04:00
Config rename Configurable for clarity 2020-09-16 11:16:48 -04:00
Database remove unused import 2020-10-02 13:45:09 -04:00
debian Enable building with git-annex benchmark by default 2020-10-02 13:57:10 -04:00
doc Windows build changed to one done by the datalad-extensions project using Github actions 2020-10-26 13:17:23 -04:00
Git Revert "pass --git-dir, rather than changing cwd" 2020-10-23 16:09:50 -04:00
Limit split ProvidedInfo and UserProvidedInfo 2020-09-28 12:12:38 -04:00
Logs more log file actions 2020-10-20 16:51:03 -04:00
Messages add "input" field to json output 2020-09-15 16:22:44 -04:00
P2P avoid failure to lock content of removed file causing drop etc to fail 2020-07-25 11:59:33 -04:00
Remote use removeDirGeneric here too for consistency 2020-10-23 16:12:47 -04:00
RemoteDaemon
standalone Windows build changed to one done by the datalad-extensions project using Github actions 2020-10-26 13:17:23 -04:00
static
templates
Test remove reapZombies 2020-09-25 11:50:38 -04:00
Types split ProvidedInfo and UserProvidedInfo 2020-09-28 12:12:38 -04:00
Upgrade add import 2020-09-29 13:51:51 -04:00
Utility Fix a memory leak introduced in the last release 2020-10-13 16:31:01 -04:00
.ghci
.gitattributes
.gitignore stack.yaml: Updated to lts-16.10 2020-08-24 14:11:37 -04:00
.mailmap
Annex.hs cache remote.log 2020-09-22 13:52:26 -04:00
Assistant.hs move: Improve resuming a move that was interrupted after the object was transferred 2020-10-21 10:31:56 -04:00
Backend.hs external backends wip 2020-07-29 15:23:18 -04:00
bash-completion.bash
Benchmark.hs remove reapZombies 2020-09-25 11:50:38 -04:00
BuildFlags.hs Removed the S3 and WebDAV build flags 2020-09-08 12:42:59 -04:00
BuildInfo.hs
CHANGELOG Windows build changed to one done by the datalad-extensions project using Github actions 2020-10-26 13:17:23 -04:00
CmdLine.hs
Command.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
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
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 Improve the "Try making some of these repositories available" message 2020-09-22 14:10:30 -04:00
NEWS fix dist in latest NEWS entry 2020-09-14 12:05:12 -04:00
README
Remote.hs Improve the "Try making some of these repositories available" message 2020-09-22 14:10:30 -04:00
Setup.hs
stack.yaml update to lts-16.16 2020-10-02 16:39:10 -04:00
Test.hs
Types.hs
Upgrade.hs add gitAnnexChildProcess and use instead of incorrect use of runsGitAnnexChildProcess 2020-08-25 14:57:49 -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/>