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-09-06 18:54:24 -04:00
Annex automatically derive an annex-uuid from a gcrypt-uuids 2013-09-05 16:02:39 -04:00
Assistant
Backend
Build
Command avoid double commit during transition 2013-09-03 16:33:15 -04:00
Common
Config
debian Remind user when annex-ignore is set for some remotes, if unable to get or drop a file, possibly because it's on an ignored remote. 2013-09-06 16:54:31 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-06 18:35:31 -04:00
Git add getParticipantList 2013-09-05 16:34:13 -04:00
GitAnnex
Logs fix warning 2013-09-04 21:37:13 -04:00
Messages
Remote automatically derive an annex-uuid from a gcrypt-uuids 2013-09-05 16:02:39 -04:00
standalone
static
templates
Types rename constructor for clariy 2013-09-05 11:12:01 -04:00
Upgrade
Utility fix windows build 2013-09-06 17:05:41 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs Fix Feeds display in build flags. 2013-09-05 12:20:39 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs Allow public-key encryption of file content. 2013-09-03 14:34:16 -04:00
Crypto.hs rename constructor for clariy 2013-09-05 11:12:01 -04:00
Fields.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs Remind user when annex-ignore is set for some remotes, if unable to get or drop a file, possibly because it's on an ignored remote. 2013-09-06 16:54:31 -04:00
Seek.hs
Setup.hs
Test.hs more win warning squashing 2013-09-06 18:54:24 -04:00
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/>