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://yarikoptic.myopenid.com/ 4f45ded015 Added a comment: why ln failed
2013-05-23 13:27:40 +00: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
Common
Config Detect bad content in ~/.config/git-annex/program and look in PATH instead. 2013-05-20 17:42:40 -04:00
debian XMPP: Send pings and use them to detect when contact with the server is lost. 2013-05-22 17:03:46 -04:00
doc Added a comment: why ln failed 2013-05-23 13:27:40 +00: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
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 releasing version 4.20130521 2013-05-21 14:23:27 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
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/>