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
https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM 3a61dbe10c
2014-02-09 13:18:54 +00:00
Annex
Assistant Fix build on platforms not supporting the webapp. 2014-02-08 14:25:18 -04:00
Backend
Build
CmdLine Windows: Fix handling of absolute unix-style git repository paths. 2014-02-08 15:39:04 -04:00
Command remove dead code 2014-02-08 14:52:25 -04:00
Common
Config
debian Windows: Fix handling of absolute unix-style git repository paths. 2014-02-08 15:39:04 -04:00
doc 2014-02-09 13:18:54 +00:00
Git Windows: Fix handling of absolute unix-style git repository paths. 2014-02-08 15:39:04 -04:00
Limit
Logs fix parsing of unused log; keys can contain spaces 2014-02-08 15:27:11 -04:00
Messages
Remote
standalone refresh patches 2014-02-08 13:26:54 -04:00
static
templates
Types
Upgrade
Utility
.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 avoid broken version of DAV 2014-02-07 17:42:52 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
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 <http://git-annex.branchable.com/>