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-10-26 13:42:43 -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
Build make windows installer builder include libmagic files when present, but skip otherwise 2020-10-26 13:42:43 -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
Database
debian
doc make windows installer builder include libmagic files when present, but skip otherwise 2020-10-26 13:42:43 -04:00
Git Revert "pass --git-dir, rather than changing cwd" 2020-10-23 16:09:50 -04:00
Limit
Logs more log file actions 2020-10-20 16:51:03 -04:00
Messages
P2P
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
Types
Upgrade
Utility Fix a memory leak introduced in the last release 2020-10-13 16:31:01 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
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
bash-completion.bash
Benchmark.hs
BuildFlags.hs
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
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 allow magicmime on windows 2020-10-26 13:34:27 -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
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs
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/>