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-12-18 12:09:55 -04:00
Annex fsck: Failed to honor annex.diskreserve when checking a remote. 2015-12-11 13:50:27 -04:00
Assistant generalize catchHardwareFault to catchIOErrorType 2015-12-06 16:26:38 -04:00
Backend generalize catchHardwareFault to catchIOErrorType 2015-12-06 16:26:38 -04:00
Build
CmdLine
Command fsck: Failed to honor annex.diskreserve when checking a remote. 2015-12-11 13:50:27 -04:00
Common
Config webapp: Fix bugs that could result in a relative path such as "." being written to ~/.config/git-annex/autostart 2015-12-02 15:57:30 -04:00
Database
debian prep release 2015-12-18 12:09:55 -04:00
doc Added a comment 2015-12-17 11:15:55 +00:00
Git
Limit
Logs
Messages
Remote webdav: When testing the WebDAV server, send a file with content. The empty file it was sending tickled bugs in some php WebDAV server. 2015-12-11 12:13:20 -04:00
RemoteDaemon
standalone
static
templates
Types
Upgrade
Utility bring back some deleted functions that git-repair uses 2015-12-15 20:42:35 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs Add S3 features to git-annex version output. 2015-12-10 11:42:49 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2015-12-18 12:09:55 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs Improve shutdown due to --time-limit, especially for fsck 2015-07-31 16:01:54 -04:00
Locations.hs
Logs.hs
Makefile
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/>