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
2011-12-22 18:31:44 -04:00
Annex
Backend
Build
Command
Common
debian
doc
Git
Logs
Messages
Remote
Types
Upgrade
Utility
.gitattributes
.gitignore split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Annex.hs
Backend.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs amusing name 2011-12-20 11:01:50 -04:00
Config.hs
configure.hs
Crypto.hs
git-annex-shell.hs split out three modules from Git 2011-12-13 15:06:49 -04:00
git-annex.cabal split out three modules from Git 2011-12-13 15:06:49 -04:00
git-annex.hs
git-union-merge.hs split more stuff out of Git.hs 2011-12-14 15:43:13 -04:00
Git.hs
GitAnnex.hs
GPL
Init.hs
INSTALL
Limit.hs Add --include, which is the same as --not --exclude. 2011-12-22 14:00:17 -04:00
Locations.hs
Makefile
mdwn2man
Messages.hs
Options.hs
README
Remote.hs
Seek.hs
Setup.hs
test.hs cleanup 2011-12-22 15:38:15 -04:00
Types.hs add a UUID type 2011-11-07 15:59:16 -04:00
Upgrade.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/>