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
Joey Hess dbd742fd91 gar
2013-05-23 19:29:48 -04:00
Annex XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibility with previous versions of git-annex, which will refuse to accept any XMPP pushes from this version. 2013-05-21 18:24:29 -04:00
Assistant XMPP: Send pings and use them to detect when contact with the server is lost. 2013-05-22 17:03:46 -04:00
Backend
Build
Command fuzz tester 2013-05-23 19:00:46 -04:00
Common
Config
debian Android app: Avoid using hard links to app's lib directory, which is sometimes on a different filesystem than the data directory. 2013-05-23 13:54:49 -04:00
doc gar 2013-05-23 19:29:48 -04:00
Git include HEAD in CanPush shas 2013-05-21 20:04:38 -04:00
GitAnnex
Logs
Messages
Remote hook special remote: Added combined hook program support. 2013-05-21 19:19:03 -04:00
standalone Android app: Avoid using hard links to app's lib directory, which is sometimes on a different filesystem than the data directory. 2013-05-23 13:54:49 -04:00
static
templates
Types
Upgrade
Utility add two long-running XMPP push threads, no more inversion of control 2013-05-22 15:13:31 -04:00
.ghci
.gitattributes
.gitignore releasing version 4.20130521 2013-05-21 14:23:27 -04:00
Annex.hs
Assistant.hs add two long-running XMPP push threads, no more inversion of control 2013-05-22 15:13:31 -04:00
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 version dep on yesod-default, otherwise cabal explodes 2013-05-23 11:07:11 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs fuzz tester 2013-05-23 19:00:46 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs fuzz tester 2013-05-23 19:00:46 -04:00
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs
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/>