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
2018-10-26 09:33:10 +00:00
Annex fix strange test failure 2018-10-22 16:51:09 -04:00
Assistant make sync update adjusted branch to hide/unhide 2018-10-20 14:22:28 -04:00
Backend
Build
CmdLine sync --content now supports --hide-missing adjusted branches 2018-10-19 17:51:25 -04:00
Command remove redundant test 2018-10-25 14:31:45 -04:00
Config
Database
debian
doc Added a comment: v7 2018-10-26 09:33:10 +00:00
Git sync --content now supports --hide-missing adjusted branches 2018-10-19 17:51:25 -04:00
Limit
Logs
Messages
P2P simplify 2018-10-22 15:54:12 -04:00
Remote instrument P2P --debug with connection and thread info 2018-10-22 15:52:11 -04:00
RemoteDaemon instrument P2P --debug with connection and thread info 2018-10-22 15:52:11 -04:00
standalone
static
templates
Test
Types refactor getCurrentBranch 2018-10-19 17:29:18 -04:00
Upgrade improve types to allow combining some adjustments 2018-10-18 12:59:05 -04:00
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs refactor getCurrentBranch 2018-10-19 17:29:18 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG Fix concurrency bug that occurred on the first download from an exporttree remote 2018-10-22 12:59:10 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal refactor getCurrentBranch 2018-10-19 17:29:18 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs v6: Fix database inconsistency 2018-10-16 13:51:37 -04:00
NEWS
README
Remote.hs
Setup.hs
stack-windows.yaml
stack.yaml
Test.hs fix strange test failure 2018-10-22 16:51:09 -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/>