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-10-26 13:57:20 -04:00
Annex Improve ssh socket cleanup code to skip over the cruft that NFS sometimes puts in a directory when a file is being deleted. 2016-10-26 13:16:41 -04:00
Assistant
Backend
Build
CmdLine
Command importfeed: Drop URL parameters from file extension. 2016-10-17 16:02:05 -04:00
Config
Database remove unused imports 2016-10-18 16:16:47 -04:00
debian ENH: refreshed standalone-build patch and added locales into its build-depends 2016-10-21 12:49:57 -04:00
doc comment 2016-10-26 13:57:20 -04:00
Git Assistant, repair: Improved filtering out of git fsck lines about duplicate file entries in tree objects. 2016-10-18 11:19:41 -04:00
Limit
Logs
Messages
Remote
RemoteDaemon
standalone
static
templates
Types
Upgrade refactor 2016-10-17 14:58:33 -04:00
Utility test: Deal with gpg-agent behavior change that broke the test suite. 2016-10-18 16:56:38 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG Improve ssh socket cleanup code to skip over the cruft that NFS sometimes puts in a directory when a file is being deleted. 2016-10-26 13:16:41 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 6.20161012 2016-10-12 09:38:03 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Limit.hs
Logs.hs
Makefile Improve style of offline html build of website. 2016-10-17 15:55:49 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs lock: Fix edge cases where data loss could occur in v6 mode. 2016-10-17 13:58:43 -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/>