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-11-04 14:35:36 -04:00
Annex
Assistant fix warning when building w/o CLIBS 2013-11-03 12:00:08 -04:00
Backend
Build
Command map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
Common
Config
debian map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2013-11-04 14:35:36 -04: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 webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
Upgrade
Utility fix quickcheck range 2013-11-01 11:54:26 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
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 prep release 2013-11-01 11:57:47 -04:00
git-annex.hs
git-recover-repository.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
Seek.hs
Setup.hs
Test.hs uninit now leaves behind copies of the files, due to unannex behavior change 2013-11-01 12:18:16 -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/>