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
2014-08-10 19:56:55 -04:00
Annex unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Assistant fix build warning 2014-08-08 13:55:09 -04:00
Backend testremote: New command to test uploads/downloads to a remote. 2014-08-01 15:10:01 -04:00
Build fix build 2014-08-10 19:44:09 -04:00
CmdLine unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Command unlock of not present file should still be a failure, just not a crash 2014-08-10 15:16:24 -04:00
Common
Config
debian unlock: Better error handling; continue past files that are not available or cannot be unlocked due to disk space, and try all specified files. 2014-08-09 11:09:54 -04:00
doc rename tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl.pl to tips/dumb_metadata_extraction_from_xbmc/git-annex-xbmc-playcount.pl 2014-08-10 23:35:43 +00:00
Git unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Limit
Logs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Messages
Remote testremote: Add testing of behavior when remote is not available 2014-08-10 15:02:59 -04:00
RemoteDaemon unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
standalone giving up on windows autobuilder until its HP can be upgraded 2014-08-10 19:56:55 -04:00
static
templates
Types testremote: Add testing of behavior when remote is not available 2014-08-10 15:02:59 -04:00
Upgrade
Utility qualify catch and try 2014-08-10 19:40:21 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
ghci
git-annex.cabal http-conduit not used for dav 2014-08-08 17:17:23 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Locations.hs
Logs.hs
Makefile
Messages.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
NEWS
README
Remote.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Setup.hs
Test.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -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 <http://git-annex.branchable.com/>