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
CandyAngel da2e10bfac
2015-03-27 20:13:58 +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 --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
Command --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
Common
Config
Database
debian 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
doc 2015-03-27 20:13:58 +00:00
Git Improve error message when --in @date is used and there is no reflog for the git-annex branch. 2015-03-26 11:15:15 -04:00
Limit
Logs
Messages
Remote remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before. 2015-03-16 15:28:29 -04:00
RemoteDaemon remotedaemon: Fixed support for notifications of changes to gcrypt remotes, which was never tested and didn't quite work before. 2015-03-16 15:28:29 -04:00
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 move build man pages to man/ from top dir 2015-03-23 15:43:45 -04:00
.mailmap
Annex.hs --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
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 use new mans target for install-mans, fixing OSX build 2015-03-27 13:09:56 -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/>