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
Paolopost e72ce36a77
2016-10-31 21:05:48 +00: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 addurl, get: Added --json-progress option, which adds progress objects to the json output. 2016-09-09 15:06:54 -04:00
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 2016-10-31 21:05:48 +00:00
Git Assistant, repair: Fix ignoring of git fsck errors due to duplicate file entries in tree objects. 2016-10-31 14:00:37 -04:00
Limit
Logs Optimised git-annex branch log file timestamp parsing. 10% speedup 2016-09-29 14:04:53 -04:00
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 drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
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 Optimisations to git-annex branch query and setting, avoiding repeated copies of the environment. 2016-09-29 13:36:48 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG Linux standalone: Fix location of locale files in the bundle. 2016-10-31 14:31:46 -04:00
CmdLine.hs Make --json and --quiet suppress automatic init messages 2016-09-05 15:34:38 -04:00
Command.hs Make --json and --quiet suppress automatic init messages 2016-09-05 15:34:38 -04:00
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2016-10-27 15:25:05 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile Linux standalone: Fix location of locale files in the bundle. 2016-10-31 14:31:46 -04:00
Messages.hs drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml pin concurrent-output to a version that works on windows 2016-09-21 18:01:46 -04:00
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/>