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
2016-11-15 02:27:52 +00:00
Annex Make .git/annex/ssh.config file work with versions of ssh older than 7.3, which don't support Include. 2016-11-07 10:32:57 -04:00
Assistant remove redundant constraint 2016-11-11 18:39:05 -04:00
Backend
Build Linux standalone: Avoid using hard links in the tarball so it can be untarred on eg, afs which does not support them. 2016-11-10 15:12:30 -04:00
CmdLine
Command reinject --known: Avoid second, unncessary checksum of file. 2016-11-07 12:07:36 -04:00
Config
Database
debian
doc 2016-11-15 02:27:52 +00:00
Git restart coprocess in raw mode 2016-11-01 14:03:59 -04:00
Limit
Logs
Messages
Remote S3: Support the special case endpoint needed for the cn-north-1 region. 2016-11-07 11:49:34 -04:00
RemoteDaemon
standalone
static
templates
Types
Upgrade
Utility webapp: Explicitly avoid checking for auth in static subsite requests. 2016-11-10 13:48:54 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG releasing package git-annex version 6.20161111 2016-11-11 14:47:31 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 6.20161111 2016-11-11 14:47:31 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile OSX: Remove RPATHs from git-annex binary, which are not needed, slow down startup, and break the OSX Sierra linker. 2016-11-07 14:22:14 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs
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 <https://git-annex.branchable.com/>