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
2016-08-08 10:49:49 -04:00
Annex remove TransferObserver 2016-08-03 13:46:20 -04:00
Assistant get, move, copy, mirror: Added --failed switch which retries failed copies/moves 2016-08-03 12:37:12 -04:00
Backend
Build fix build with old ghc 2016-06-13 15:25:05 -04:00
CmdLine get, move, copy, mirror: Added --failed switch which retries failed copies/moves 2016-08-03 12:37:12 -04:00
Command remove TransferObserver 2016-08-03 13:46:20 -04:00
Config
Database
debian Removed dependency on json library; all JSON is now handled by aeson. 2016-07-26 19:15:34 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2016-08-08 10:39:42 -04:00
Git
Limit
Logs get, move, copy, mirror: Added --failed switch which retries failed copies/moves 2016-08-03 12:37:12 -04:00
Messages fix build with old ghc 2016-08-08 10:49:49 -04:00
Remote remove TransferObserver 2016-08-03 13:46:20 -04:00
RemoteDaemon
standalone
static
templates
Types get, move, copy, mirror: Added --failed switch which retries failed copies/moves 2016-08-03 12:37:12 -04:00
Upgrade
Utility avoid using Strings for JSON output; keep it ByteString throughout 2016-07-26 21:43:05 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
cabal.config
CHANGELOG Re-enable accumulating transfer failure log files for command-line actions 2016-08-03 13:41:07 -04:00
CmdLine.hs
Command.hs get, move, copy, mirror: Added --failed switch which retries failed copies/moves 2016-08-03 12:37:12 -04:00
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal add new modules to annoying list 2016-08-08 10:41:54 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile
Messages.hs get, move, copy, mirror: Added --failed switch which retries failed copies/moves 2016-08-03 12:37:12 -04:00
NEWS
README
Remote.hs Removed dependency on json library; all JSON is now handled by aeson. 2016-07-26 19:15:34 -04:00
Setup.hs
stack.yaml
Test.hs Removed dependency on json library; all JSON is now handled by aeson. 2016-07-26 19:15:34 -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/>