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
2015-04-03 15:35:18 -04:00
Annex cleanup 2015-03-30 19:55:35 -04:00
Assistant make segmentXargs preserve order 2015-04-02 00:31:36 -04:00
Backend
Build
CmdLine Fix truncation of parameters that could occur when using xargs git-annex. 2015-04-02 01:20:07 -04:00
Command rename bothHandles -> ioHandles 2015-04-03 15:35:18 -04:00
Common
Config
Database
debian version: Add --raw 2015-04-02 15:37:39 -04:00
doc comment 2015-04-03 11:24:50 -04:00
Git use --literal-pathspecs globally, as a better way to avoid globbing 2015-03-30 19:44:13 -04:00
Limit
Logs fsck: Added --distributed and --expire options, for distributed fsck. 2015-04-01 17:53:16 -04:00
Messages
Remote rename bothHandles -> ioHandles 2015-04-03 15:35:18 -04:00
RemoteDaemon rename bothHandles -> ioHandles 2015-04-03 15:35:18 -04:00
standalone
static
templates
Types
Upgrade rename showProgress -> showProgressDots 2015-04-03 13:51:32 -04:00
Utility rename bothHandles -> ioHandles 2015-04-03 15:35:18 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile apply same fix to sdist target 2015-03-27 18:01:29 -04:00
Messages.hs rename showProgress -> showProgressDots 2015-04-03 13:51:32 -04:00
NEWS
README
Remote.hs
Setup.hs
Test.hs test: Fix --list-tests 2015-03-31 14:47:27 -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 <https://git-annex.branchable.com/>