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
2019-05-07 15:50:52 +00:00
Annex Improved locking when multiple git-annex processes are writing to the .git/index file 2019-05-06 15:15:12 -04:00
Assistant
Backend
Build
CmdLine
Command fix export subtree reversion 2019-05-06 13:57:13 -04:00
Config
Database
debian
doc Added a comment 2019-05-07 15:50:52 +00:00
Git add --verify 2019-05-06 16:41:01 -04:00
Limit
Logs
Messages
P2P
Remote Merge branch 'master' into import-from-s3 2019-05-01 14:30:52 -04:00
RemoteDaemon
standalone
static
templates
Test
Types Added mimeencoding= term to annex.largefiles expressions. 2019-04-30 12:17:22 -04:00
Upgrade
Utility squelch build warning with old version of quickcheck 2019-05-03 11:02:12 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs Improved locking when multiple git-annex processes are writing to the .git/index file 2019-05-06 15:15:12 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Improved locking when multiple git-annex processes are writing to the .git/index file 2019-05-06 15:15:12 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 7.20190503 2019-05-03 12:48:28 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs Added mimeencoding= term to annex.largefiles expressions. 2019-04-30 12:17:22 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
Test.hs test case for bf7ecd6892 2019-05-06 14:24:42 -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/>