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
2014-03-18 15:57:08 -04:00
Annex finish wiring up groupwanted 2014-03-15 17:08:55 -04:00
Assistant rename favicon.png to logo_16x16.png 2014-03-16 15:52:16 -04:00
Backend
Build
CmdLine metadata: Add --get (from bremner) 2014-03-15 17:29:40 -04:00
Command map: Fix crash when one of the remotes of a repo is a local directory that does not exist, or is not a git repo. 2014-03-17 15:44:42 -04:00
Common
Config
debian rsync special remote: Fix slashes when used on Windows. 2014-03-18 13:02:10 -04:00
doc move from forum and close 2014-03-18 15:57:08 -04:00
Git
Limit
Logs finish wiring up groupwanted 2014-03-15 17:08:55 -04:00
Messages
Remote rsync special remote: Fix slashes when used on Windows. 2014-03-18 13:02:10 -04:00
standalone
static update static/favicon.ico from doc/favicon.ico 2014-03-16 16:06:06 -04:00
templates
Types finish wiring up groupwanted 2014-03-15 17:08:55 -04:00
Upgrade
Utility Better workaround for problem umasks when eg, setting up ssh keys. 2014-03-14 13:37:58 -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
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs factored out a generic MapLog from uuid-based logs 2014-03-15 13:45:25 -04:00
Makefile rename favicon.png to logo_16x16.png 2014-03-16 15:52:16 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs factored out a generic MapLog from uuid-based logs 2014-03-15 13:45:25 -04:00
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 <http://git-annex.branchable.com/>