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-10-26 16:48:35 -04:00
Annex Run ssh with ServerAliveInterval 60 2016-10-26 16:41:34 -04:00
Assistant convert TMVars that are never left empty into TVars 2016-09-30 19:51:16 -04:00
Backend
Build remove localedir file, fix build 2016-10-05 11:29:14 -04:00
CmdLine
Command enable forwardRetry for command-line transfers 2016-10-26 15:38:27 -04:00
Config
Database remove unused imports 2016-10-18 16:16:47 -04:00
debian ENH: refreshed standalone-build patch and added locales into its build-depends 2016-10-21 12:49:57 -04:00
doc devblog 2016-10-26 16:48:35 -04:00
Git Assistant, repair: Improved filtering out of git fsck lines about duplicate file entries in tree objects. 2016-10-18 11:19:41 -04:00
Limit
Logs
Messages add missing case for unknown size with normal output 2016-10-05 15:10:24 -04:00
Remote enable forwardRetry for command-line transfers 2016-10-26 15:38:27 -04:00
RemoteDaemon
standalone Linux standalone: Include locale files in the bundle, and generate locale definition files for the locales in use when starting runshell. 2016-10-04 16:37:43 -04:00
static
templates
Types
Upgrade refactor 2016-10-17 14:58:33 -04:00
Utility test: Deal with gpg-agent behavior change that broke the test suite. 2016-10-18 16:56:38 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG Run ssh with ServerAliveInterval 60 2016-10-26 16:41:34 -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.20161012 2016-10-12 09:38:03 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile Improve style of offline html build of website. 2016-10-17 15:55:49 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs lock: Fix edge cases where data loss could occur in v6 mode. 2016-10-17 13:58:43 -04:00
Types.hs
Upgrade.hs When auto-upgrading a v3 remote, avoid upgrading to version 6, instead keep it at version 5. 2016-10-05 16:23:09 -04:00

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/>