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
2014-10-15 13:31:20 -04:00
Annex vicfg: Deleting configurations now resets to the default, where before it has no effect. 2014-10-14 14:15:07 -04:00
Assistant revert reversion 2014-10-15 11:49:13 -04:00
Backend
Build
CmdLine doh't use "def" for command definitions, it conflicts with Data.Default.def 2014-10-14 14:20:10 -04:00
Command revert reversion 2014-10-15 11:49:13 -04:00
Common
Config
debian Remove hurd stuff from cabal file, since hackage currently rejects it. 2014-10-15 13:31:20 -04:00
doc 2014-10-15 12:56:11 +00:00
Git repair: Prevent auto gc from happening when fetching from a remote. 2014-10-12 14:27:46 -04:00
Limit
Logs vicfg: Deleting configurations now resets to the default, where before it has no effect. 2014-10-14 14:15:07 -04:00
Messages
Remote S3: Fix embedcreds=yes handling for the Internet Archive. 2014-10-12 13:15:52 -04:00
RemoteDaemon
standalone fix build failure with empty parameter 2014-10-15 11:19:14 -04:00
static
templates
Types unused import 2014-10-14 14:26:29 -04:00
Upgrade
Utility revert reversion 2014-10-15 11:49:13 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs hlint 2014-10-09 15:46:05 -04:00
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs hlint 2014-10-09 15:46:05 -04:00
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal Remove hurd stuff from cabal file, since hackage currently rejects it. 2014-10-15 13:31:20 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs hlint 2014-10-09 15:46:05 -04:00
Locations.hs
Logs.hs hlint 2014-10-09 15:46:05 -04:00
Makefile
Messages.hs
NEWS
README
Remote.hs hlint 2014-10-09 15:46:05 -04:00
Setup.hs
Test.hs hlint 2014-10-09 15:46:05 -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 <http://git-annex.branchable.com/>