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
http://joeyh.name/ b8d9fd36ec Added a comment
2013-11-16 23:04:29 +00:00
Annex Direct mode .git/annex/objects directories are no longer left writable 2013-11-15 14:52:03 -04:00
Assistant Android: Adjust default .gitignore to ignore .thumbnails at any location in the tree, not just at its top. 2013-11-16 18:48:16 -04:00
Backend
Build
Command Direct mode .git/annex/objects directories are no longer left writable 2013-11-15 14:52:03 -04:00
Common
Config
debian Android: Adjust default .gitignore to ignore .thumbnails at any location in the tree, not just at its top. 2013-11-16 18:48:16 -04:00
doc Added a comment 2013-11-16 23:04:29 +00:00
Git
GitAnnex
Limit
Logs
Messages
Remote
standalone
static
templates
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal tasty fully working 2013-11-14 20:09:47 -04:00
git-annex.hs
git-recover-repository.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs run each quickcheck test 1000, rather than 100 times 2013-11-15 17:04:40 -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/>