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-01-11 12:21:45 -04:00
Annex fix one more test failure with v6 unlocked file merge conflict resolution 2016-01-08 15:23:15 -04:00
Assistant avoid confusing git with a modified ctime in clean filter 2016-01-07 17:48:04 -04:00
Backend force hash to finish with file before returning 2016-01-06 22:09:36 -04:00
Build
CmdLine improve data type 2016-01-01 15:56:24 -04:00
Command rekey: No longer copies over urls from the old to the new key. 2016-01-07 18:06:20 -04:00
Common
Config
Database fix inverted logic in old associated files cleanup 2016-01-07 15:54:10 -04:00
debian When annex.http-headers is used to set the User-Agent header, avoid sending User-Agent: git-annex 2016-01-11 12:10:38 -04:00
doc commet 2016-01-11 12:21:45 -04:00
Git optimise 2016-01-06 20:38:02 -04:00
Limit
Logs
Messages
Remote
RemoteDaemon
standalone
static
templates
Types test: Added --keep-failures option. 2016-01-06 13:44:12 -04:00
Upgrade use TopFilePath for associated files 2016-01-05 17:22:19 -04:00
Utility When annex.http-headers is used to set the User-Agent header, avoid sending User-Agent: git-annex 2016-01-11 12:10:38 -04:00
.ghci
.gitattributes
.gitignore add .stack-work 2015-12-28 17:19:07 -04:00
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
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
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs improve name of keys database lock file 2015-12-31 13:28:18 -04:00
Logs.hs
Makefile
Messages.hs whereis --json: Make url list be included in machine-parseable form. 2016-01-06 12:33:32 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs defer deletion of test repos until end, fixes sqlite crash 2016-01-08 16:14:39 -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/>