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-26 18:36:57 -04:00
Annex
Assistant external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
Backend
Build clean up 2013-12-24 17:42:48 -04:00
Command update comment 2013-12-19 16:48:55 -04:00
Common
Config
debian 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
doc fix format of sample program 2013-12-26 18:36:57 -04:00
Git Another round of s/amoung/among/ 2013-12-19 12:30:53 -04:00
GitAnnex
Limit
Logs Another round of s/amoung/among/ 2013-12-19 12:30:53 -04:00
Messages
Remote external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
standalone update haskell patches for new versions in hackage 2013-12-26 16:17:31 -04:00
static
templates
Types external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -04:00
Upgrade
Utility external special remotes mostly implemented (untested) 2013-12-26 18:23:13 -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
Crypto.hs
Fields.hs
ghci
git-annex.cabal prep release 2013-12-21 12:00:47 -04:00
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/>