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
2016-01-20 15:21:05 -04:00
Annex immediate queue flushing when annex.queuesize=1 2016-01-13 14:55:01 -04:00
Assistant immediate queue flushing when annex.queuesize=1 2016-01-13 14:55:01 -04:00
Backend force hash to finish with file before returning 2016-01-06 22:09:36 -04:00
Build throw exception if library copy fails 2016-01-14 17:56:21 -04:00
CmdLine make noMessages disable closing of json object in --json mode 2016-01-20 14:10:13 -04:00
Command make noMessages disable closing of json object in --json mode 2016-01-20 14:10:13 -04:00
Common
Config
Database fix import warnings 2016-01-14 10:30:54 -04:00
debian find --batch 2016-01-20 13:04:07 -04:00
doc comment 2016-01-20 15:21:05 -04:00
Git immediate queue flushing when annex.queuesize=1 2016-01-13 14:55:01 -04:00
Limit
Logs refactor 2016-01-19 15:55:32 -04:00
Messages
Remote avoid hard linking object from other repository when annex.thin is set 2016-01-13 14:19:31 -04:00
RemoteDaemon
standalone fix import warnings 2016-01-14 10:30:54 -04:00
static
templates
Types make noMessages disable closing of json object in --json mode 2016-01-20 14:10:13 -04:00
Upgrade use TopFilePath for associated files 2016-01-05 17:22:19 -04:00
Utility remove now unused toCygPath 2016-01-13 12:36:53 -04:00
.ghci
.gitattributes
.gitignore add .stack-work 2015-12-28 17:19:07 -04:00
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs make noMessages disable closing of json object in --json mode 2016-01-20 14:10:13 -04:00
Command.hs make noMessages disable closing of json object in --json mode 2016-01-20 14:10:13 -04:00
Common.hs add database benchmark 2016-01-12 13:07:03 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2016-01-14 10:18:30 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs improve name of keys database lock file 2015-12-31 13:28:18 -04:00
Logs.hs
Makefile respond, close bad bug 2016-01-20 14:42:07 -04:00
Messages.hs make noMessages disable closing of json object in --json mode 2016-01-20 14:10:13 -04:00
NEWS
README
Remote.hs whereis --json: Urls are now listed inside the remote that claims them, rather than all together at the end. 2016-01-15 14:16:48 -04:00
Setup.hs
stack.yaml remove Inotify build flag 2015-12-28 14:46:01 -04:00
Test.hs defer deletion of test repos until end, fixes sqlite crash 2016-01-08 16:14:39 -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/>