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
2015-05-15 01:27:13 +00:00
Annex Stale transfer lock and info files will be cleaned up automatically when get/unused/info commands are run. 2015-05-12 20:11:23 -04:00
Assistant couple of AMP warnings I missed before 2015-05-10 16:51:03 -04:00
Backend
Build require RELEAEE_BUILD to be 1, not any value 2015-05-11 09:44:01 -04:00
CmdLine unused: Add --used option, which can specify a set of refs to consider used, rather than the default of considering all refs used. 2015-05-14 15:31:38 -04:00
Command add annex.used-refspec 2015-05-14 15:44:08 -04:00
Common
Config more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
Database rejigger imports for clean build with ghc 7.10's AMP changes 2015-05-10 16:20:30 -04:00
debian fix type in the name of --used-refspec in changelog 2015-05-14 15:46:01 -04:00
doc 2015-05-15 01:27:13 +00:00
Git couple of AMP warnings I missed before 2015-05-10 16:51:03 -04:00
Limit
Logs Stale transfer lock and info files will be cleaned up automatically when get/unused/info commands are run. 2015-05-12 20:11:23 -04:00
Messages allow building without ascii-progress, since it is not ready yet 2015-05-12 13:54:16 -04:00
Remote Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
RemoteDaemon
standalone add a wrapper for ssh-keygen 2015-05-08 14:55:57 -04:00
static
templates
Types add annex.used-refspec 2015-05-14 15:44:08 -04:00
Upgrade
Utility Fix an unlikely race that could result in two transfers of the same key running at once. 2015-05-12 19:39:28 -04:00
.ghci
.gitattributes
.gitignore
.mailmap Add all combinations for Joey Hess 2015-05-03 02:25:55 +02:00
Annex.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs rejigger imports for clean build with ghc 7.10's AMP changes 2015-05-10 16:20:30 -04:00
ghci
git-annex.cabal allow building without ascii-progress, since it is not ready yet 2015-05-12 13:54:16 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile adjust fast build so that ./ghci works with ghc 7.8.4 2015-05-14 14:47:53 -04:00
Messages.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
NEWS
README
Remote.hs
Setup.hs and anoher one.. 2015-05-10 16:40:24 -04:00
Test.hs rejigger imports for clean build with ghc 7.10's AMP changes 2015-05-10 16:20:30 -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/>