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-10 11:15:06 -04:00
Annex fix temp filename 2015-12-06 16:54:01 -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 got logic backwards.. 2015-11-03 10:51:21 -04:00
CmdLine increase number of capabilities to match -Jn setting 2015-11-05 19:57:41 -04:00
Command dropunused: Make more robust when trying to drop an object that has already been dropped. 2015-12-03 15:58:00 -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 avoid ugly error about MVar if the sqlite worker thread crashes 2015-10-12 13:00:22 -04:00
debian prep release 2015-12-08 11:14:28 -04:00
doc response 2015-12-10 11:15:06 -04: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 tahoe: Include tahoe capabilities in whereis display. 2015-11-30 15:35:53 -04:00
RemoteDaemon
standalone Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh 2015-11-10 12:53:46 -04:00
static
templates webapp: Remove the "disable remote" feature from the UI. 2015-09-21 13:05:44 -04:00
Types fix use of hifalutin terminology 2015-11-16 14:37:31 -04:00
Upgrade
Utility cleanup 2015-12-06 16:36:35 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs arrange for regional output manager to run when -J is enabled 2015-11-04 16:22:43 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs warning when built w/o concurrent-output 2015-11-16 19:10:38 -04:00
CHANGELOG
Checks.hs
CmdLine.hs arrange for regional output manager to run when -J is enabled 2015-11-04 16:22:43 -04:00
Command.hs join back threads before ending concurrent output so display works 2015-11-05 17:23:26 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2015-12-08 11:14:28 -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 enableremote: List uuids and descriptions of remotes that can be enabled, and accept either the uuid or the description in leu if the name. 2015-10-26 14:55:40 -04:00
Setup.hs improve warning 2015-11-03 11:06:33 -04:00
stack.yaml enable ConcurrentOutput flag for stack 2015-11-06 15:26:12 -04:00
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/>