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
GLITTAH 8ea9a2241c
2013-07-27 01:56:05 +00:00
Annex For long hostnames, use a hash of the hostname to generate the socket file for ssh connection caching. 2013-07-22 15:09:41 -04:00
Assistant assistant: Fix deadlock that could occur when adding a lot of files at once in indirect mode. 2013-07-26 18:42:22 -04:00
Backend
Build
Command unused: No longer shows as unused tmp files that are actively being transferred. 2013-07-25 19:51:08 -04:00
Common
Config
debian assistant: Fix deadlock that could occur when adding a lot of files at once in indirect mode. 2013-07-26 18:42:22 -04:00
doc 2013-07-27 01:56:05 +00:00
Git
GitAnnex
Logs
Messages
Remote
standalone fun with exec 2013-07-23 17:31:51 -04:00
static
templates try to adjust wording based on feedback 2013-07-25 15:52:48 -04:00
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 Always build with -threaded, to avoid a deadlock when communicating with gpg. 2013-07-25 13:57:53 -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 Support unannex and uninit in direct mode. 2013-07-22 17:28:53 -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/>