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
jhannwong@c9c7a67b5632a4bbc0c959cfeb3d340e02f28565 466a249291 Added a comment: A problem with SmartGit then?
2015-12-21 03:21:59 +00: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 status: On crippled filesystems, was displaying M for all annexed files that were present. Probably caused by a change to what git status displays in this situation. Fixed by treating files git thinks are modified the same as typechanged files. 2015-12-19 13:36:40 -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 status: On crippled filesystems, was displaying M for all annexed files that were present. Probably caused by a change to what git status displays in this situation. Fixed by treating files git thinks are modified the same as typechanged files. 2015-12-19 13:36:40 -04:00
doc Added a comment: A problem with SmartGit then? 2015-12-21 03:21:59 +00:00
Git fix use of hifalutin terminology 2015-11-16 14:37:31 -04:00
Limit
Logs fix use of hifalutin terminology 2015-11-16 14:37:31 -04:00
Messages avoid spawning file size polling thread when not in -J mode 2015-11-16 21:21:58 -04:00
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 fix use of hifalutin terminology 2015-11-16 14:37:31 -04:00
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
Locations.hs fix use of hifalutin terminology 2015-11-16 14:37:31 -04:00
Logs.hs
Makefile Build with -j1 again to get reproducible build. 2015-11-16 16:51:24 -04:00
Messages.hs display a message in the unlikely scenario of fsking a dead repository 2015-11-10 14:44:58 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs reorg quickcheck to a separate module 2015-11-17 15:49:22 -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/>