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
http://joeyh.name/ f5e39ccd94 Added a comment
2013-07-16 17:42:42 +00:00
Annex
Assistant webapp: Better display of added files. 2013-07-10 15:37:40 -04:00
Backend
Build
Command fix: Preserve the original mtime of fixed symlinks. 2013-07-11 11:39:42 -04:00
Common
Config
debian Revert "avoid pulling in unneeded dependencies when the assistant is disabled" 2013-07-16 11:29:43 -04:00
doc Added a comment 2013-07-16 17:42:42 +00:00
Git
GitAnnex
Logs
Messages
Remote
standalone
static
templates update webapp for rsync.net discount 2013-07-11 14:15:09 -04:00
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal Revert "avoid pulling in unneeded dependencies when the assistant is disabled" 2013-07-16 11:29:43 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
Setup.hs
Test.hs
Types.hs
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/>