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
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc 8da7d75c33
2015-03-29 09:26:24 +00:00
Annex Fix bug introduced in the last release that broke git-annex sync when git-annex was installed from the standalone tarball. 2015-03-27 12:55:18 -04:00
Assistant assistant: Committing a whole lot of files at once could overflow command-line length limits and cause the commit to fail. This only happened when using the assistant in an indirect mode repository. 2015-03-26 14:02:35 -04:00
Backend
Build Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync". 2015-03-27 16:06:50 -04:00
CmdLine
Command
Common
Config
Database
debian Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix. 2015-03-27 18:49:03 -04:00
doc 2015-03-29 09:26:24 +00:00
Git Prevent git-ls-files from double-expanding wildcards when an unexpanded wildcard is passed to a git-annex command like add or find. 2015-03-27 16:45:50 -04:00
Limit
Logs Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix. 2015-03-27 18:49:03 -04:00
Messages
Remote Fix GETURLS in external special remote protocol to strip downloader prefix from logged url info before checking for the specified prefix. 2015-03-27 18:49:03 -04:00
RemoteDaemon
standalone Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync". 2015-03-27 16:06:50 -04:00
static
templates
Types
Upgrade
Utility Work around curl bug when asked to download an empty url to a file. 2015-03-27 10:22:36 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
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 prep release 2015-03-27 13:11:40 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile apply same fix to sdist target 2015-03-27 18:01:29 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs
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/>