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
https://www.google.com/accounts/o8/id?id=AItOawkkyBDsfOB7JZvPZ4a8F3rwv0wk6Nb9n48 280a3204a2
2013-11-06 21:38:24 +00:00
Annex typo 2013-11-06 12:39:14 -04:00
Assistant fix editing unknown uuid 2013-11-05 12:38:54 -04:00
Backend
Build use pure or return rather than (:[]) or \x -> [x] 2013-11-06 01:18:22 -04:00
Command map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
Common
Config
debian Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ 2013-11-06 16:33:45 -04:00
doc 2013-11-06 21:38:24 +00:00
Git map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
GitAnnex
Limit
Logs
Messages
Remote map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
standalone
static
templates get some users out of a corner of the UI they should not have ventured into 2013-11-02 21:06:17 -04:00
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ 2013-11-06 16:33:45 -04:00
CHANGELOG
Checks.hs
CmdLine.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ 2013-11-06 16:33:45 -04:00
git-annex.hs
git-recover-repository.hs
git-union-merge.hs
Git.hs squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
GitAnnex.hs Allow optionally configuring git-annex with -fEKG to enable awesome remote monitoring interfaceat http://localhost:4242/ 2013-11-06 16:33:45 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs
Types.hs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
Upgrade.hs
Usage.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/>