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
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U c65b7eda85 Added a comment
2014-01-02 01:31:05 +00:00
Annex Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a problem when a direct mode repo was somehow set to v3 rather than v4, and so the automatic direct mode upgrade to v5 was not done. 2013-12-29 13:06:23 -04:00
Assistant mirror: Support --all (and --unused). 2014-01-01 17:39:33 -04:00
Backend
Build OSX: Avoid using external hash programs, since SIGILL is not fun 2014-01-01 16:26:43 -04:00
Command mirror: Support --all (and --unused). 2014-01-01 17:39:33 -04:00
Common
Config
debian added GETWANTED, SETWANTED for Tobias's flickr remote 2014-01-01 20:12:20 -04:00
doc Added a comment 2014-01-02 01:31:05 +00:00
Git Windows: Fix bug in direct mode merge code that could cause files in subdirectories to go missing. 2013-12-31 16:39:11 -04:00
GitAnnex
Limit
Logs added GETWANTED, SETWANTED for Tobias's flickr remote 2014-01-01 20:12:20 -04:00
Messages
Remote added GETWANTED, SETWANTED for Tobias's flickr remote 2014-01-01 20:12:20 -04:00
standalone work around windows apparent random dislike of removing files 2013-12-30 14:11:40 -04:00
static
templates
Types add PreferredContentExpression type 2014-01-01 19:58:02 -04:00
Upgrade forgot to add this file 2013-12-29 16:56:20 -04:00
Utility fix 2013-12-30 14:05:07 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs add credential storage support for external special remotes & update example 2013-12-27 16:01:43 -04:00
Crypto.hs
Fields.hs
ghci
git-annex.cabal prep release 2013-12-30 14:20:55 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a problem when a direct mode repo was somehow set to v3 rather than v4, and so the automatic direct mode upgrade to v5 was not done. 2013-12-29 13:06:23 -04:00
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile add -size to hdiutil call, it seems its own size calculation is buggy and so it has been failing 2013-12-30 13:59:25 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs
Types.hs
Upgrade.hs Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a problem when a direct mode repo was somehow set to v3 rather than v4, and so the automatic direct mode upgrade to v5 was not done. 2013-12-29 13:06:23 -04:00
Usage.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/>