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
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91 cb762820ef Added a comment
2016-11-01 04:11:20 +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
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 Added a comment 2016-11-01 04:11:20 +00:00
Git Fix reversion in 6.20161012 that prevented adding files with a space in their name. 2016-10-31 18:39:37 -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 releasing package git-annex version 6.20161031 2016-10-31 18:56:18 -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.20161031 2016-10-31 18:56:18 -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
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/>