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
2013-07-08 16:27:00 -04:00
Annex detect system with no dot in FQDN, where git commit will fail, and workaround 2013-07-05 12:24:28 -04:00
Assistant fix build 2013-07-08 12:53:08 -04:00
Backend
Build
Command addurl --pathdepth: Fix failure when the pathdepth specified is deeper than the urls's path. 2013-07-05 12:46:38 -04:00
Common
Config
debian Android: gpg is built without --enable-minimal, so it interoperates better with other gpg builds that may default to using other algorithms for encryption. 2013-07-08 16:00:40 -04:00
doc wording 2013-07-08 16:27:00 -04:00
Git
GitAnnex --unused: New switch that makes git-annex operate on all data found by the last run of git annex unused. Supported by fsck, get, move, copy. 2013-07-03 15:26:59 -04:00
Logs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
Messages
Remote Windows: Fix url to object when using a http remote. 2013-07-07 13:35:56 -04:00
standalone Android: gpg is built without --enable-minimal, so it interoperates better with other gpg builds that may default to using other algorithms for encryption. 2013-07-08 16:00:40 -04:00
static
templates
Types layout 2013-07-04 02:45:46 -04:00
Upgrade
Utility reorg 2013-07-08 14:51:43 -04:00
.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
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs detect system with no dot in FQDN, where git commit will fail, and workaround 2013-07-05 12:24:28 -04:00
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 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/>