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-04-18 15:24:25 -04:00
Annex When a key's size is unknown, still check the annex.diskreserve, and avoid getting content if the disk is too full. 2015-04-17 21:29:15 -04:00
Assistant
Backend
Build put in workaround for strange version of git on the autobuilder 2015-04-14 14:44:19 -04:00
CmdLine
Command fsck --from remote: Avoid downloading a key if it would go over the annex.diskreserve limit. 2015-04-18 14:23:42 -04:00
Common
Config info dir: Added information about repositories that contain files in the specified directory. 2015-04-12 12:54:41 -04:00
Database
debian fsck --from remote: Avoid downloading a key if it would go over the annex.diskreserve limit. 2015-04-18 14:23:42 -04:00
doc comment 2015-04-18 15:24:25 -04:00
Git
Limit
Logs
Messages
Remote Fix fsck --from a git remote in a local directory, and from a directory special remote. This was a reversion caused by the relative path changes in 5.20150113. 2015-04-18 13:36:12 -04:00
RemoteDaemon
standalone update pinned versions for android and armel to use new enough http-client for proxy support 2015-04-18 12:44:44 -04:00
static
templates
Types comment 2015-04-18 13:07:57 -04:00
Upgrade
Utility fsck --from remote: When bad content is found in the remote, and the local repo does not have a copy of the content, preserve the bad content in .git/annex/bad/ to avoid further data loss. 2015-04-18 14:13:07 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
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
Crypto.hs
ghci
git-annex.cabal info dir: Added information about repositories that contain files in the specified directory. 2015-04-12 12:54:41 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs info dir: Added information about repositories that contain files in the specified directory. 2015-04-12 12:54:41 -04:00
Setup.hs
Test.hs Fix fsck --from a git remote in a local directory, and from a directory special remote. This was a reversion caused by the relative path changes in 5.20150113. 2015-04-18 13:36:12 -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/>