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-15 14:14:19 -04:00
Annex update inode cache to cover file even when nothing needs to be done to linkAnnex 2015-12-15 13:02:33 -04:00
Assistant move InodeSentinal from direct mode code to its own module 2015-12-09 15:52:11 -04:00
Backend generalize catchHardwareFault to catchIOErrorType 2015-12-06 16:26:38 -04:00
Build
CmdLine rename stuff for v5 unlocked files to indicate it's old 2015-12-15 14:08:07 -04:00
Command avoid pre-commit check having to do with v5 unlocked files when in v6 mode 2015-12-15 14:09:36 -04:00
Common
Config
Database add getAssociatedKey 2015-12-15 13:05:23 -04:00
debian Merge branch 'master' into smudge 2015-12-15 12:01:21 -04:00
doc fix incorrect doc change 2015-12-15 14:14:19 -04:00
Git
Limit
Logs avoid unnecessary reading of git-annex branch data when matching on annex.largefiles 2015-12-04 15:06:41 -04:00
Messages
Remote Merge branch 'master' into smudge 2015-12-11 13:50:31 -04:00
RemoteDaemon
standalone
static
templates
Types
Upgrade move InodeSentinal from direct mode code to its own module 2015-12-09 15:52:11 -04:00
Utility use InodeCache when dropping a key to see if a pointer file can be safely reset 2015-12-09 17:54:54 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs add inode cache to the db 2015-12-09 17:00:37 -04:00
Assistant.hs
Backend.hs refactor and improve pointer file handling code 2015-12-09 14:27:43 -04:00
bash-completion.bash
build.bat
BuildFlags.hs Add S3 features to git-annex version output. 2015-12-10 11:42:49 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs init: Configure .git/info/attributes to use git-annex as a smudge filter. 2015-12-04 17:57:15 -04:00
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 init: Configure .git/info/attributes to use git-annex as a smudge filter. 2015-12-04 17:57:15 -04:00
INSTALL
Limit.hs avoid unnecessary reading of git-annex branch data when matching on annex.largefiles 2015-12-04 15:06:41 -04:00
Locations.hs add inode cache to the db 2015-12-09 17:00:37 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs
Types.hs
Upgrade.hs add v6; keep v5 working for now and manual upgrade 2015-12-04 16:14:48 -04:00

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/>