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
2015-02-25 14:17:03 -04:00
Annex
Assistant
Backend
Build fix let_do parser 2015-02-22 19:39:20 -04:00
CmdLine
Command unannex: Refuse to unannex when repo is too new to have a HEAD 2015-02-25 13:59:23 -04:00
Common
Config
Database generated TH uses forall 2015-02-22 16:57:19 -04:00
debian unannex: Refuse to unannex when repo is too new to have a HEAD 2015-02-25 13:59:23 -04:00
doc comment 2015-02-25 14:17:03 -04:00
Git
Limit
Logs
Messages
Remote
RemoteDaemon
standalone more headers 2015-02-22 17:26:16 -04:00
static
templates
Types
Upgrade
Utility fix intentional typo left in after debugging session, broke quvi support (last release is ok) 2015-02-19 14:31:04 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal Merge branch 'master' into database 2015-02-22 14:12:42 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile add unordered-containers 2015-02-22 17:46:34 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs
Types.hs
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 <https://git-annex.branchable.com/>