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
2014-04-21 00:38:01 -04:00
Annex use a subdir of GIT_ANNEX_TMP for ssh connection caching sockets 2014-04-20 16:56:01 -04:00
Assistant webapp: Support using git-annex on a remote server, which was installed from the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH). 2014-04-20 18:39:10 -04:00
Backend
Build add debugging for odd OOM or hang on 5 architectures, all where configure runs sha224sum 2014-04-20 19:55:08 -04:00
CmdLine findref: New command, like find but shows files in a specified git ref. 2014-04-17 18:41:24 -04:00
Command allow building with old feed lib, w/o pubdate 2014-04-21 00:37:14 -04:00
Common
Config
debian prep release 2014-04-20 19:46:01 -04:00
doc Added a comment 2014-04-20 23:58:51 +00:00
Git
Limit
Logs
Messages
Remote Bring back rsync -p, but only when git-annex is running on a non-crippled file system. This is a better approach to fix #700282 while not unncessarily losing file permissions on non-crippled systems. 2014-04-17 14:31:42 -04:00
RemoteDaemon fix RELOAD 2014-04-20 15:45:14 -04:00
standalone webapp: Support using git-annex on a remote server, which was installed from the standalone tarball or OSX app, and so does not have git-annex in PATH (and may also not have git or rsync in PATH). 2014-04-20 18:39:10 -04:00
static
templates webapp: Fix UI for removing XMPP connection. 2014-04-20 12:46:33 -04:00
Types
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs webapp: Fix UI for removing XMPP connection. 2014-04-20 12:46:33 -04:00
Crypto.hs
ghci
git-annex.cabal allow building with old feed lib, w/o pubdate 2014-04-21 00:37:14 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
Types.hs
Upgrade.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/>