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-12-27 17:52:20 -04:00
Annex
Assistant external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
Backend
Build add git-shell binary to bundles 2013-12-27 16:35:24 -04:00
Command
Common
Config
debian addurl, importfeed: Sanitize | and some other symbols and special characters. 2013-12-27 17:52:20 -04:00
doc addurl, importfeed: Sanitize | and some other symbols and special characters. 2013-12-27 17:52:20 -04:00
Git
GitAnnex
Limit
Logs
Messages
Remote better error messages when external special remote exits unexpectedly or is not in PATH 2013-12-27 17:14:44 -04:00
standalone make wrappers run git-shell, now that it's included, rather than git shell 2013-12-27 16:36:48 -04:00
static
templates
Types external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
Upgrade
Utility addurl, importfeed: Sanitize | and some other symbols and special characters. 2013-12-27 17:52:20 -04:00
.ghci
.gitattributes
.gitignore update for LinuxMkLibs 2013-12-24 13:25:40 -04:00
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
configure.hs
COPYRIGHT
Creds.hs add credential storage support for external special remotes & update example 2013-12-27 16:01:43 -04:00
Crypto.hs
Fields.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile Include git-receive-pack, git-upload-pack, and git wrappers in the Linux standalone build, and OSX app, so they will be available when it's added to PATH. 2013-12-24 16:28:10 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs Fix typo in test suite. 2013-12-24 14:02:02 -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/>